|
@@ -88,7 +88,9 @@ tasks.named("dispatchGitHubWorkflow") {
|
|
|
|
|
|
subprojects {
|
|
subprojects {
|
|
plugins.withType(JavaPlugin) {
|
|
plugins.withType(JavaPlugin) {
|
|
- project.sourceCompatibility=JavaVersion.VERSION_17
|
|
|
|
|
|
+ java {
|
|
|
|
+ sourceCompatibility=JavaVersion.VERSION_17
|
|
|
|
+ }
|
|
}
|
|
}
|
|
tasks.withType(JavaCompile) {
|
|
tasks.withType(JavaCompile) {
|
|
options.encoding = "UTF-8"
|
|
options.encoding = "UTF-8"
|