mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 03:15:32 -04:00
exclude resources from test
This commit is contained in:
parent
7038ea884e
commit
06ae87c456
@ -13,6 +13,7 @@ sourceSets {
|
||||
test {
|
||||
java {
|
||||
srcDir 'src/test'
|
||||
exclude 'resources/'
|
||||
}
|
||||
resources {
|
||||
srcDir 'resources'
|
||||
|
Loading…
x
Reference in New Issue
Block a user