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