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 {
|
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)
|
||||||
|
|
Loading…
Reference in a new issue