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 c0f73e6 commit a310c2bCopy full SHA for a310c2b
build.gradle.kts
@@ -14,8 +14,9 @@ repositories {
14
}
15
16
java {
17
- sourceCompatibility = JavaVersion.VERSION_17
18
- targetCompatibility = JavaVersion.VERSION_17
+ toolchain {
+ languageVersion = JavaLanguageVersion.of(21)
19
+ }
20
21
22
dependencies {
settings.gradle.kts
@@ -1 +1,5 @@
1
+plugins {
2
+ id("org.gradle.toolchains.foojay-resolver-convention").version("1.0.0")
3
+}
4
+
5
rootProject.name = "MiniCommands"
0 commit comments