Skip to content

Commit a353f73

Browse files
committed
remove dependency for tools jar
1 parent 91a7049 commit a353f73

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

arrow-libs/core/arrow-meta/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,4 @@ dependencies {
2828
testCompileOnly("junit:junit:$JUNIT_VERSION")
2929
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:$JUNIT_VINTAGE_VERSION")
3030
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-
}
3631
}

0 commit comments

Comments
 (0)