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 387a226 commit 0940b12Copy full SHA for 0940b12
src/test/java/net/neoforged/moddevgradle/tasks/JarJarTest.java
@@ -211,7 +211,7 @@ void testCanEmbedLocalFileWithModuleInfo() throws Exception {
211
}
212
compilePluginJava {
213
// otherwise testkit needs to run with J21
214
- options.release = 9
+ options.release = 17
215
216
var pluginJar = tasks.register(sourceSets.plugin.jarTaskName, Jar) {
217
from sourceSets.plugin.output
0 commit comments