|
@@ -136,7 +136,11 @@ subprojects {
|
|
|
languageVersion = JavaLanguageVersion.of(toolchainVersion())
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+ kotlin {
|
|
|
+ jvmToolchain {
|
|
|
+ languageVersion = JavaLanguageVersion.of(17)
|
|
|
+ }
|
|
|
+ }
|
|
|
tasks.withType(JavaCompile).configureEach {
|
|
|
options.encoding = "UTF-8"
|
|
|
options.compilerArgs.add("-parameters")
|