Skip to content

Commit

Permalink
Merge pull request #784: [proxima] do not fail on javadocAggregate er…
Browse files Browse the repository at this point in the history
…rors
  • Loading branch information
je-ik authored May 3, 2023
2 parents 87e6318 + 65bb6db commit 9502a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ task javadocAggregate(type: Javadoc) {
source subprojects.collect { it.sourceSets.main.java }
classpath = files(subprojects.collect { it.sourceSets.main.compileClasspath })
destinationDir = file("${buildDir}/docs/javadoc")
failOnError = false
}


Expand Down

0 comments on commit 9502a4b

Please sign in to comment.