Replace Ivy resolver with Maven resolver in all places
This commit is contained in:
committed by
teamcityserver
parent
014765a302
commit
46bbe5b1cb
@@ -21,8 +21,7 @@ dependencies {
|
||||
testCompile(kotlinStdlib("jdk8"))
|
||||
testCompile(project(":kotlin-scripting-ide-services-unshaded"))
|
||||
testCompile(project(":kotlin-scripting-compiler"))
|
||||
testCompile(project(":kotlin-scripting-dependencies"))
|
||||
testCompile(project(":kotlin-main-kts"))
|
||||
testCompile(project(":kotlin-scripting-dependencies-maven"))
|
||||
testCompile(project(":compiler:cli"))
|
||||
|
||||
testRuntimeOnly(project(":kotlin-compiler"))
|
||||
@@ -32,8 +31,7 @@ dependencies {
|
||||
embeddableTestRuntime(project(":kotlin-scripting-ide-services", configuration="runtimeElements"))
|
||||
embeddableTestRuntime(project(":kotlin-scripting-compiler-impl-embeddable", configuration="runtimeElements"))
|
||||
embeddableTestRuntime(project(":kotlin-scripting-dependencies", configuration="runtimeElements"))
|
||||
// For tests with IvyResolver
|
||||
embeddableTestRuntime(project(":kotlin-main-kts"))
|
||||
embeddableTestRuntime(project(":kotlin-scripting-dependencies-maven-all"))
|
||||
embeddableTestRuntime(kotlinStdlib("jdk8"))
|
||||
embeddableTestRuntime(testSourceSet.output)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user