only api in javadoc i guess

This commit is contained in:
Leijurv 2019-02-22 23:29:08 -08:00
parent c808d5a42d
commit 5427911da3
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ javadoc {
options.addStringOption('Xwerror', '-quiet') // makes the build fail on travis when there is a javadoc error
options.linkSource true
options.encoding "UTF-8" // allow emoji in comments :^)
source += sourceSets.api.allJava
source = sourceSets.api.allJava
classpath += sourceSets.api.compileClasspath
}