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 ac71e66 commit 4a3d330Copy full SHA for 4a3d330
HMCLBoot/build.gradle.kts
@@ -2,6 +2,10 @@ plugins {
2
id("java-library")
3
}
4
5
-tasks.withType<JavaCompile> {
+tasks.compileJava {
6
options.release.set(8)
7
8
+
9
+tasks.compileTestJava {
10
+ options.release.set(17)
11
+}
gradle/libs.versions.toml
@@ -19,7 +19,7 @@ java-info = "1.0"
19
authlib-injector = "1.2.6"
20
21
# testing
22
-junit = "5.13.4"
+junit = "6.0.1"
23
jimfs = "1.3.0"
24
25
# plugins
0 commit comments