Grab an additional archive needed by DalvikAnnotationsTest

This commit is contained in:
Ben Liblit 2018-02-08 10:44:52 -06:00
parent 22245f8cb4
commit eb00a84a40
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ processTestResources {
def testdata = project(':com.ibm.wala.core.testdata')
dependsOn testdata.verifyJavaCup
from testdata.collectJLex
from testdata.collectTestDataA
from testdata.downloadJavaCup
}