This commit is contained in:
Jörg Prante 2020-01-19 15:35:26 +01:00
parent 79970ae966
commit 7970fce620

View file

@ -175,14 +175,12 @@ sonarqube {
afterEvaluate { afterEvaluate {
compileJava { compileJava {
inputs.property("moduleName", 'org.xbib.guice')
doFirst { doFirst {
options.compilerArgs = ['--module-path', classpath.asPath] options.compilerArgs = ['--module-path', classpath.asPath]
classpath = files() classpath = files()
} }
} }
javadoc { javadoc {
inputs.property("moduleName", 'org.xbib.guice')
doFirst { doFirst {
options.addStringOption('Xdoclint:none', '-quiet') options.addStringOption('Xdoclint:none', '-quiet')
options.addStringOption('-module-path', classpath.asPath) options.addStringOption('-module-path', classpath.asPath)