We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f142b3d commit ef4cd6cCopy full SHA for ef4cd6c
plugin/build.gradle.kts
@@ -25,7 +25,6 @@ dependencies {
25
26
fun junitJupiter(name: String, version: String = "5.2.0") =
27
create(group = "org.junit.jupiter", name = name, version = version)
28
- compileOnly(create(group = "com.google.code.findbugs", name = "annotations", version = "3.0.1"))
29
testCompile(junitJupiter(name = "junit-jupiter-api"))
30
testCompile(junitJupiter(name = "junit-jupiter-engine"))
31
testCompile(junitJupiter(name = "junit-jupiter-params"))
0 commit comments