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 {
compileJava {
inputs.property("moduleName", 'org.xbib.guice')
doFirst {
options.compilerArgs = ['--module-path', classpath.asPath]
classpath = files()
}
}
javadoc {
inputs.property("moduleName", 'org.xbib.guice')
doFirst {
options.addStringOption('Xdoclint:none', '-quiet')
options.addStringOption('-module-path', classpath.asPath)