Skip to content

Commit

Permalink
fix(dumb): Do not fail on javadoc task error (#3515)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsie committed Mar 13, 2020
1 parent 26531c9 commit 6317077
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ subprojects {
}
}
}
tasks.withType(Javadoc) {
failOnError = false
}
}

defaultTasks ":orca-web:run"

0 comments on commit 6317077

Please sign in to comment.