We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91a7049 commit a353f73Copy full SHA for a353f73
1 file changed
arrow-libs/core/arrow-meta/build.gradle
@@ -28,9 +28,4 @@ dependencies {
28
testCompileOnly("junit:junit:$JUNIT_VERSION")
29
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:$JUNIT_VINTAGE_VERSION")
30
testImplementation "io.kotlintest:kotlintest-runner-junit4:$KOTLIN_TEST_VERSION", excludeArrow
31
- def toolsJar = Jvm.current().getToolsJar()
32
-
33
- if (toolsJar) {
34
- testCompileOnly files(toolsJar)
35
- }
36
}
0 commit comments