Remove projectDist dependency helper usages
Use default configuration dependencies instead of projectDist ones.
This commit is contained in:
@@ -21,11 +21,11 @@ dependencies {
|
||||
testCompile(project(":compiler:daemon-common"))
|
||||
testCompile(projectRuntimeJar(":kotlin-daemon-client"))
|
||||
testCompile(commonDep("junit:junit"))
|
||||
testCompile(projectDist(":kotlin-test:kotlin-test-jvm"))
|
||||
testCompile(projectDist(":kotlin-test:kotlin-test-junit"))
|
||||
testRuntimeCompilerJar(projectDist(":kotlin-compiler"))
|
||||
testStdlibJar(projectDist(":kotlin-stdlib"))
|
||||
testScriptRuntimeJar(projectDist(":kotlin-script-runtime"))
|
||||
testCompile(project(":kotlin-test:kotlin-test-jvm"))
|
||||
testCompile(project(":kotlin-test:kotlin-test-junit"))
|
||||
testRuntimeCompilerJar(project(":kotlin-compiler"))
|
||||
testStdlibJar(project(":kotlin-stdlib"))
|
||||
testScriptRuntimeJar(project(":kotlin-script-runtime"))
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user