Skip to content

Commit 1b78410

Browse files
committed
Remove compileOnly comment
1 parent 92f217f commit 1b78410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/server/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ repositories {
125125
dependencies {
126126
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
127127
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)
128+
compileOnly 'jakarta.annotation:jakarta.annotation-api:1.3.5' // Java 9+ compatibility - Do NOT update to 2.0.0
129129
}
130130
131131
protobuf {

0 commit comments

Comments
 (0)