From 02a23c6ca61a8dbd49d71b20e089f36e5466b5d9 Mon Sep 17 00:00:00 2001 From: jianglai Date: Mon, 19 Nov 2018 08:27:48 -0800 Subject: [PATCH] Remove unnecessary source sets These source sets are not configured correctly (no classpaths for example) and they subsequently cannot compile. The special tests are put into separate tasks that run from the same source set (test). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=222080273 --- gradle/core/build.gradle | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/gradle/core/build.gradle b/gradle/core/build.gradle index 4cd14ac98..4c5d748ad 100644 --- a/gradle/core/build.gradle +++ b/gradle/core/build.gradle @@ -80,24 +80,6 @@ sourceSets { exclude testResourceExclude } } - fragileTest { - java { - srcDirs testSourceDirs - } - resources { - srcDirs testResourceDirs - exclude testResourceExclude - } - } - outcastTest { - java { - srcDirs testSourceDirs - } - resources { - srcDirs testResourceDirs - exclude testResourceExclude - } - } } configurations {