Build: remove testRuntime dependency on ":kotlin-compiler:dist"
Original commit: 1dea01a479
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user