Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
Fail on javadoc error (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsnow1 committed Oct 11, 2016
1 parent d37948d commit 7f6caf4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gradle-mvn-push.gradle
Expand Up @@ -83,8 +83,6 @@ afterEvaluate { project ->
}

task androidJavadocs(type: Javadoc) {
failOnError false

source = android.sourceSets.main.java.srcDirs
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
exclude '**/*.kt'
Expand Down

0 comments on commit 7f6caf4

Please sign in to comment.