Fix API javadoc errors and make API only javadoc export

This commit is contained in:
Brady
2018-12-03 19:37:54 -06:00
parent 7ba987e7f7
commit 5c83ee2648
10 changed files with 59 additions and 24 deletions
+5
View File
@@ -98,6 +98,11 @@ mixin {
add sourceSets.launch, 'mixins.baritone.refmap.json'
}
javadoc {
source = sourceSets.api.allJava
classpath = sourceSets.api.compileClasspath
}
jar {
from sourceSets.launch.output, sourceSets.api.output
preserveFileTimestamps = false