Skip to content

Commit

Permalink
Merge pull request chrisbanes#38 from grantland/master
Browse files Browse the repository at this point in the history
Fix androidJavadocs
  • Loading branch information
chrisbanes committed Aug 19, 2014
2 parents 3b983a5 + 8cfffbb commit 97de897
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 @@ -93,7 +93,7 @@ afterEvaluate { project ->
}

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

Expand Down

0 comments on commit 97de897

Please sign in to comment.