1
0
Fork 0
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:
stleary 2016-05-13 23:22:54 -05:00
parent 7038ea884e
commit 06ae87c456

View file

@ -13,6 +13,7 @@ sourceSets {
test {
java {
srcDir 'src/test'
exclude 'resources/'
}
resources {
srcDir 'resources'