Skip to content

Commit a7c34f7

Browse files
committed
chore(java): Full Java 17 support only
1 parent eb2a0c9 commit a7c34f7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

build.gradle

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,6 @@ subprojects {
5151
}
5252
}
5353

54-
tasks.withType(JavaCompile).configureEach {
55-
javaCompiler = javaToolchains.compilerFor {
56-
languageVersion = JavaLanguageVersion.of(11)
57-
}
58-
}
59-
tasks.withType(Test).configureEach {
60-
javaLauncher = javaToolchains.launcherFor {
61-
languageVersion = JavaLanguageVersion.of(17)
62-
}
63-
}
6454
}
6555

6656
defaultTasks ':rosco-web:run'

0 commit comments

Comments
 (0)