Build: Fix usages of "java.home" for tools.jar dependency
#KT-33984
This commit is contained in:
@@ -85,10 +85,10 @@ dependencies {
|
||||
|
||||
}
|
||||
testRuntime(androidDxJar())
|
||||
testRuntime(files(toolsJar()))
|
||||
testRuntime(toolsJar())
|
||||
|
||||
antLauncherJar(commonDep("org.apache.ant", "ant"))
|
||||
antLauncherJar(files(toolsJar()))
|
||||
antLauncherJar(toolsJar())
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user