Add an explicit dependency on dist for UAST tests

This commit is contained in:
Nikolay Krasko
2021-04-21 17:32:09 +03:00
committed by TeamCityServer
parent b34e2c1474
commit f7fdffefd6
+1
View File
@@ -65,5 +65,6 @@ sourceSets {
testsJar {}
projectTest(parallel = true) {
dependsOn(":dist")
workingDir = rootDir
}