mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00:00
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
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user