only api in javadoc i guess

This commit is contained in:
Leijurv
2019-02-22 23:29:08 -08:00
parent c808d5a42d
commit 5427911da3

View File

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