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

Original commit: 46fa5cfae0
This commit is contained in:
Alexander Udalov
2017-12-13 19:09:17 +01:00
parent 9f5d0eeb5b
commit 043e1845fb
+1
View File
@@ -42,6 +42,7 @@ sourceSets {
}
projectTest {
dependsOn(":kotlin-compiler:dist")
workingDir = rootDir
}