try to force kawa compiles

This commit is contained in:
Julian Dolby 2018-08-03 00:02:12 -04:00
parent 01af1c6ddc
commit 768a546f19
1 changed files with 3 additions and 3 deletions

View File

@ -27,15 +27,15 @@ processTestResources {
def testdata = project(':com.ibm.wala.core.testdata')
dependsOn testdata.compileTestJava
dependsOn testdata.extractBcel
dependsOn testdata.extractKawa
dependsOn testdata.buildChessJar
dependsOn testdata.buildKawaTestJar
from testdata.collectJLex
from testdata.collectTestData
from testdata.downloadJavaCup
from files(testdata.extractBcel)[0]
from testdata.generateHelloHashJar
from testdata.extractKawa
from testdata.buildChessJar
from testdata.buildKawaTestJar
}
test {