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:
Alexander Udalov
2017-12-13 19:09:17 +01:00
parent 5116f598df
commit 46fa5cfae0
+1
View File
@@ -42,6 +42,7 @@ sourceSets {
}
projectTest {
dependsOn(":kotlin-compiler:dist")
workingDir = rootDir
}