Skip to content

Commit 4af9222

Browse files
committed
fix(java-dsl): Move jetbrains annotations to the correct (compileOnly) scope
1 parent abdb4ff commit 4af9222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/dsl-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
implementation "io.grpc:grpc-netty-shaded:${grpcVersion}"
4343
implementation "io.grpc:grpc-protobuf:${grpcVersion}"
4444
implementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
45-
implementation 'org.jetbrains:annotations:26.0.2-1'
45+
compileOnly 'org.jetbrains:annotations:26.0.2-1'
4646

4747
testImplementation 'com.google.protobuf:protobuf-gradle-plugin:0.9.5'
4848

0 commit comments

Comments
 (0)