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 503aae8 commit 8382e57Copy full SHA for 8382e57
build.gradle
@@ -118,7 +118,7 @@ dependencies {
118
api("org.ow2.asm:asm:${project.asm_version}")
119
api("org.ow2.asm:asm-tree:${project.asm_version}")
120
api("org.ow2.asm:asm-commons:${project.asm_version}")
121
- implementation("org.jetbrains:annotations:${project.jb_annotations_version}")
+ compileOnly("org.jetbrains:annotations:${project.jb_annotations_version}")
122
testImplementation('org.junit.jupiter:junit-jupiter-api:5.8.+')
123
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.8.+')
124
}
0 commit comments