Created
March 27, 2015 18:54
-
-
Save mashimom/5f32c6985acdb1b1e5ac to your computer and use it in GitHub Desktop.
Create Javadocs jar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
task javadocsJar(type: Jar, dependsOn:javadoc) { | |
classifier = 'javadoc' | |
from javadoc.destinationDir | |
} | |
artifacts { | |
archives javadocsJar | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment