Skip to content

Commit 6d30d10

Browse files
committed
Do not fail Javadoc generation on mixed-language modules
1 parent c92ec28 commit 6d30d10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/deployment.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ if (targetPlatform == "android") {
5656
task javadoc(type: Javadoc) {
5757
source = android.sourceSets.main.java.srcDirs
5858
excludes = ["**/*.kt"]
59+
failOnError = false
5960
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
6061
}
6162
}

0 commit comments

Comments
 (0)