Skip to content

Commit

Permalink
Merge commit '44a1e74d01afd31ae1b78e6d85d1ab992295bb82' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Banes committed Jun 10, 2014
2 parents 101b5a5 + 44a1e74 commit fcbd1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle-mvn-push.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ afterEvaluate { project ->

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

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

0 comments on commit fcbd1cf

Please sign in to comment.