Skip to content

Commit

Permalink
Attempt to fix #9 & #13
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Banes committed Feb 11, 2014
1 parent 27c27a6 commit b46dfc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gradle-mvn-push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ afterEvaluate { project ->

task androidJavadocs(type: Javadoc) {
source = android.sourceSets.main.allJava
classpath += project.files(android.plugin.getRuntimeJarList().join(File.pathSeparator))
}

task androidJavadocsJar(type: Jar, dependsOn: androidJavadocs) {
Expand Down

0 comments on commit b46dfc3

Please sign in to comment.