SwingX: fixed compiling module-info (broken since previous commit)

This commit is contained in:
Karl Tauber
2021-03-19 17:06:23 +01:00
parent 1493ddcf41
commit 891091cebc

View File

@@ -56,7 +56,8 @@ if( JavaVersion.current() >= JavaVersion.VERSION_1_9 ) {
dependsOn( extension.paths )
options.compilerArgs.add( "--module-path" )
options.compilerArgs.add( configurations.runtimeClasspath.get().asPath )
options.compilerArgs.add( configurations.runtimeClasspath.get().asPath
+ File.pathSeparator + configurations.compileClasspath.get().asPath )
}
jar {