cosmetic
This commit is contained in:
parent
79970ae966
commit
7970fce620
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue