Skip to content

Commit f61fe4c

Browse files
authored
Publish protobuf JavaDocs (#48)
1 parent 766fd8f commit f61fe4c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

protobuf/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ plugins {
77
java {
88
sourceCompatibility = JavaVersion.VERSION_11
99
targetCompatibility = JavaVersion.VERSION_11
10+
withJavadocJar()
11+
}
12+
13+
javadoc {
14+
failOnError = false
1015
}
1116

1217
apply plugin: 'com.google.protobuf'

0 commit comments

Comments
 (0)