yay travis checks javadocs now

This commit is contained in:
Leijurv
2019-01-28 11:56:44 -08:00
parent 96360ddb24
commit 177f5de2bd
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ mixin {
}
javadoc {
options.addStringOption('Xwerror', '-quiet')
options.addStringOption('Xwerror', '-quiet') // makes the build fail on travis when there is a javadoc error
source += sourceSets.api.allJava
classpath += sourceSets.api.compileClasspath
}