Add dependency on compiler dist from jps-tests
Otherwise, because there's no explicit dependency and the JPS plugin loads the compiler from dist, the compiler jar is not rebuilt between changes in compiler code and running jps-tests
This commit is contained in:
@@ -42,6 +42,7 @@ sourceSets {
|
|||||||
}
|
}
|
||||||
|
|
||||||
projectTest {
|
projectTest {
|
||||||
|
dependsOn(":kotlin-compiler:dist")
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user