Skip to content

Commit ef4cd6c

Browse files
committed
Remove unneeded dependency
1 parent f142b3d commit ef4cd6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugin/build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ dependencies {
2525

2626
fun junitJupiter(name: String, version: String = "5.2.0") =
2727
create(group = "org.junit.jupiter", name = name, version = version)
28-
compileOnly(create(group = "com.google.code.findbugs", name = "annotations", version = "3.0.1"))
2928
testCompile(junitJupiter(name = "junit-jupiter-api"))
3029
testCompile(junitJupiter(name = "junit-jupiter-engine"))
3130
testCompile(junitJupiter(name = "junit-jupiter-params"))

0 commit comments

Comments
 (0)