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 1a64f20 commit 3375ce1Copy full SHA for 3375ce1
build.gradle
@@ -61,6 +61,8 @@ compileJava {
61
task execute(type: JavaExec) {
62
main = findProperty("mainClass") ?: ""
63
classpath = sourceSets.main.runtimeClasspath
64
+ jvmArgs += '--add-opens=java.base/java.lang=ALL-UNNAMED' // Upgrade to Java 21
65
+ jvmArgs += '--add-opens=java.base/java.time=ALL-UNNAMED' // Upgrade to Java 21
66
}
67
68
license {
0 commit comments