We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 155075e commit 65adc6cCopy full SHA for 65adc6c
build.gradle
@@ -29,8 +29,12 @@ idea.project {
29
targetBytecodeVersion = JavaVersion.VERSION_11
30
}
31
32
-sourceCompatibility = JavaVersion.VERSION_11
33
-targetCompatibility = JavaVersion.VERSION_11
+java {
+ sourceCompatibility = JavaVersion.VERSION_11
34
+ targetCompatibility = JavaVersion.VERSION_11
35
+ withSourcesJar()
36
+ withJavadocJar()
37
+}
38
39
def grpcVersion = '1.45.1'
40
def protobufVersion = '3.19.2'
0 commit comments