Skip to content

Commit

Permalink
Attempting to fix javadoc dependency issue by updating javadocs class…
Browse files Browse the repository at this point in the history
…path.
  • Loading branch information
tonyr committed Feb 13, 2014
1 parent 316e8a4 commit a9d9237
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle-mvn-push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ def getRepositoryPassword() {

afterEvaluate { project ->
uploadArchives {
afterEvaluate {
javadocs.classpath += files(android.plugin.runtimeJarList)
}

repositories {
mavenDeployer {
beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
Expand Down

0 comments on commit a9d9237

Please sign in to comment.