Skip to content

Commit 0940b12

Browse files
committed
Modified example code to use "plugin" vs. "service"
1 parent 387a226 commit 0940b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/net/neoforged/moddevgradle/tasks/JarJarTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ void testCanEmbedLocalFileWithModuleInfo() throws Exception {
211211
}
212212
compilePluginJava {
213213
// otherwise testkit needs to run with J21
214-
options.release = 9
214+
options.release = 17
215215
}
216216
var pluginJar = tasks.register(sourceSets.plugin.jarTaskName, Jar) {
217217
from sourceSets.plugin.output

0 commit comments

Comments
 (0)