From 32795455fbaf692a84165f1c3c42924eea095dbd Mon Sep 17 00:00:00 2001 From: Ben Liblit Date: Sat, 11 Aug 2018 12:40:44 -0500 Subject: [PATCH] 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. --- com.ibm.wala.dalvik.test/build.gradle | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/com.ibm.wala.dalvik.test/build.gradle b/com.ibm.wala.dalvik.test/build.gradle index 28ba3dbb9..55e92f9b5 100644 --- a/com.ibm.wala.dalvik.test/build.gradle +++ b/com.ibm.wala.dalvik.test/build.gradle @@ -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)