We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766fd8f commit f61fe4cCopy full SHA for f61fe4c
1 file changed
protobuf/build.gradle
@@ -7,6 +7,11 @@ plugins {
7
java {
8
sourceCompatibility = JavaVersion.VERSION_11
9
targetCompatibility = JavaVersion.VERSION_11
10
+ withJavadocJar()
11
+}
12
+
13
+javadoc {
14
+ failOnError = false
15
}
16
17
apply plugin: 'com.google.protobuf'
0 commit comments