Skip to content

Commit 65adc6c

Browse files
authored
Build sources and javadoc to keep publish happy. (#4)
1 parent 155075e commit 65adc6c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,12 @@ idea.project {
2929
targetBytecodeVersion = JavaVersion.VERSION_11
3030
}
3131

32-
sourceCompatibility = JavaVersion.VERSION_11
33-
targetCompatibility = JavaVersion.VERSION_11
32+
java {
33+
sourceCompatibility = JavaVersion.VERSION_11
34+
targetCompatibility = JavaVersion.VERSION_11
35+
withSourcesJar()
36+
withJavadocJar()
37+
}
3438

3539
def grpcVersion = '1.45.1'
3640
def protobufVersion = '3.19.2'

0 commit comments

Comments
 (0)