Add an explicit dependency on dist for UAST tests
This commit is contained in:
committed by
TeamCityServer
parent
b34e2c1474
commit
f7fdffefd6
@@ -65,5 +65,6 @@ sourceSets {
|
|||||||
testsJar {}
|
testsJar {}
|
||||||
|
|
||||||
projectTest(parallel = true) {
|
projectTest(parallel = true) {
|
||||||
|
dependsOn(":dist")
|
||||||
workingDir = rootDir
|
workingDir = rootDir
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user