Skip to content

Commit

Permalink
Modified example code to use "plugin" vs. "service"
Browse files Browse the repository at this point in the history
  • Loading branch information
shartte committed Oct 13, 2024
1 parent 387a226 commit 0940b12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ void testCanEmbedLocalFileWithModuleInfo() throws Exception {
}
compilePluginJava {
// otherwise testkit needs to run with J21
options.release = 9
options.release = 17
}
var pluginJar = tasks.register(sourceSets.plugin.jarTaskName, Jar) {
from sourceSets.plugin.output
Expand Down

0 comments on commit 0940b12

Please sign in to comment.