forked from RepoMirrors/baritone
only api in javadoc i guess
This commit is contained in:
parent
c808d5a42d
commit
5427911da3
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue