link source is cool

This commit is contained in:
Leijurv 2019-01-28 12:06:26 -08:00
parent 49148dfb7a
commit c15f1e8276
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -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
}