Avoid redundant copying of some test resources

These specific test resources are already included in the "testArchives"
configuration of the "com.ibm.wala.core.tests" subproject, upon which
the "com.ibm.wala.dalvik.test" tests already depend.  So there's no need
to also copy these resources into the "com.ibm.wala.dalvik.test" test
resources area as well.
This commit is contained in:
Ben Liblit 2018-08-11 12:40:44 -05:00
parent d9f7abdad3
commit 32795455fb
1 changed files with 1 additions and 5 deletions

View File

@ -134,11 +134,7 @@ processTestResources {
from copyAndroidJar
from downloadSampleCup
from downloadSampleLex
def testdata = project(':com.ibm.wala.core.testdata')
from testdata.collectJLex
from testdata.collectTestDataA
from testdata.downloadJavaCup
from project(':com.ibm.wala.core.testdata').collectTestDataA
}
if (isWindows)