This commit is contained in:
Leijurv 2019-01-28 11:49:52 -08:00
parent f5f2e4970e
commit 96360ddb24
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ mixin {
}
javadoc {
options.addStringOption('Xwerror', '-quiet')
source += sourceSets.api.allJava
classpath += sourceSets.api.compileClasspath
}