Build: remove testRuntime dependency on ":kotlin-compiler:dist"

This commit is contained in:
Alexey Tsvetkov
2018-07-02 21:50:36 +03:00
parent 03ed4e39e3
commit 1dea01a479
4 changed files with 12 additions and 4 deletions
+3 -1
View File
@@ -35,7 +35,6 @@ dependencies {
}
testRuntime(intellijDep())
testRuntime(projectDist(":kotlin-reflect"))
testRuntime(projectDist(":kotlin-compiler"))
testRuntime(projectDist(":kotlin-script-runtime"))
}
@@ -47,6 +46,9 @@ sourceSets {
}
projectTest {
// do not replace with compile/runtime dependency,
// because it forces Intellij reindexing after each compiler change
dependsOn(":kotlin-compiler:dist")
workingDir = rootDir
}
+3 -1
View File
@@ -35,7 +35,6 @@ dependencies {
}
testRuntime(intellijDep())
testRuntime(projectDist(":kotlin-reflect"))
testRuntime(projectDist(":kotlin-compiler"))
testRuntime(projectDist(":kotlin-script-runtime"))
}
@@ -47,6 +46,9 @@ sourceSets {
}
projectTest {
// do not replace with compile/runtime dependency,
// because it forces Intellij reindexing after each compiler change
dependsOn(":kotlin-compiler:dist")
workingDir = rootDir
}
+3 -1
View File
@@ -34,7 +34,6 @@ dependencies {
}
testRuntime(intellijDep())
testRuntime(projectDist(":kotlin-reflect"))
testRuntime(projectDist(":kotlin-compiler"))
testRuntime(projectDist(":kotlin-script-runtime"))
}
@@ -46,6 +45,9 @@ sourceSets {
}
projectTest {
// do not replace with compile/runtime dependency,
// because it forces Intellij reindexing after each compiler change
dependsOn(":kotlin-compiler:dist")
workingDir = rootDir
}
+3 -1
View File
@@ -34,7 +34,6 @@ dependencies {
}
testRuntime(intellijDep())
testRuntime(projectDist(":kotlin-reflect"))
testRuntime(projectDist(":kotlin-compiler"))
testRuntime(projectDist(":kotlin-script-runtime"))
}
@@ -46,6 +45,9 @@ sourceSets {
}
projectTest {
// do not replace with compile/runtime dependency,
// because it forces Intellij reindexing after each compiler change
dependsOn(":kotlin-compiler:dist")
workingDir = rootDir
}