forked from RepoMirrors/baritone
link source is cool
This commit is contained in:
parent
49148dfb7a
commit
c15f1e8276
|
@ -100,6 +100,7 @@ mixin {
|
|||
|
||||
javadoc {
|
||||
options.addStringOption('Xwerror', '-quiet') // makes the build fail on travis when there is a javadoc error
|
||||
options.linkSource true
|
||||
source += sourceSets.api.allJava
|
||||
classpath += sourceSets.api.compileClasspath
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue