mirror of
https://github.com/google/nomulus.git
synced 2025-05-21 11:49:37 +02: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:
parent
676fa422db
commit
02a23c6ca6
1 changed files with 0 additions and 18 deletions
|
@ -80,24 +80,6 @@ sourceSets {
|
||||||
exclude testResourceExclude
|
exclude testResourceExclude
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fragileTest {
|
|
||||||
java {
|
|
||||||
srcDirs testSourceDirs
|
|
||||||
}
|
|
||||||
resources {
|
|
||||||
srcDirs testResourceDirs
|
|
||||||
exclude testResourceExclude
|
|
||||||
}
|
|
||||||
}
|
|
||||||
outcastTest {
|
|
||||||
java {
|
|
||||||
srcDirs testSourceDirs
|
|
||||||
}
|
|
||||||
resources {
|
|
||||||
srcDirs testResourceDirs
|
|
||||||
exclude testResourceExclude
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue