mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
exclude resources from test
This commit is contained in:
parent
7038ea884e
commit
06ae87c456
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ sourceSets {
|
|||
test {
|
||||
java {
|
||||
srcDir 'src/test'
|
||||
exclude 'resources/'
|
||||
}
|
||||
resources {
|
||||
srcDir 'resources'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue