We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2da8fa commit b85c6e3Copy full SHA for b85c6e3
buildSrc/build.gradle.kts
@@ -8,3 +8,9 @@ dependencies {
8
implementation(libs.tailrocks.kotlin.conventions)
9
implementation(libs.tailrocks.junit.conventions)
10
}
11
+
12
+java {
13
+ toolchain {
14
+ languageVersion.set(JavaLanguageVersion.of(17))
15
+ }
16
+}
0 commit comments