We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f217f commit 1b78410Copy full SHA for 1b78410
docs/en/server/getting-started.md
@@ -125,7 +125,7 @@ repositories {
125
dependencies {
126
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
127
implementation "io.grpc:grpc-stub:${grpcVersion}"
128
- compileOnly 'jakarta.annotation:jakarta.annotation-api:1.3.5' // Java 9+ compatibility - Do NOT update to 2.0.0 (Compile only)
+ compileOnly 'jakarta.annotation:jakarta.annotation-api:1.3.5' // Java 9+ compatibility - Do NOT update to 2.0.0
129
}
130
131
protobuf {
0 commit comments