Skip to content
This repository has been archived by the owner on Jul 10, 2018. It is now read-only.

Commit

Permalink
build javadocs before jarring them up. Apparently that's importiant.
Browse files Browse the repository at this point in the history
  • Loading branch information
shemnon committed Apr 3, 2011
1 parent 703ef9b commit 3ff4b30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ task sourceJar(type: Jar) {
}

task javadocJar(type: Jar) {
dependsOn javadoc
from javadoc.destinationDir
classifier = 'javadoc'
}
Expand Down

0 comments on commit 3ff4b30

Please sign in to comment.