Build: Fix usages of "java.home" for tools.jar dependency

#KT-33984
This commit is contained in:
Vyacheslav Gerasimov
2019-09-24 15:34:20 +03:00
parent eae6fbad3a
commit c1e1dbd83e
13 changed files with 17 additions and 14 deletions
+2 -2
View File
@@ -85,10 +85,10 @@ dependencies {
}
testRuntime(androidDxJar())
testRuntime(files(toolsJar()))
testRuntime(toolsJar())
antLauncherJar(commonDep("org.apache.ant", "ant"))
antLauncherJar(files(toolsJar()))
antLauncherJar(toolsJar())
}
sourceSets {