Skip to content

Commit 7682c03

Browse files
committed
As some projects require compiler plugins (xmlschema), make the verification
task inherit the plugin configuration from the main compilation task.
1 parent 49d0305 commit 7682c03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project-plugins/src/main/kotlin/io/github/xmlutil/plugin/modularitySupport.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ private fun Project.registerVerifyModuleTask(
143143
languageVersion.set(JavaLanguageVersion.of(11))
144144
})
145145

146+
pluginClasspath.from(compileTask.map { it.pluginClasspath })
146147

147148
compilerOptions {
148149

0 commit comments

Comments
 (0)