add resources that includes *.xml

This commit is contained in:
James Ward 2016-08-19 17:16:23 -06:00
parent 07512f29d8
commit b947d10cbe
No known key found for this signature in database
GPG Key ID: E57A697A70CFE5F9

View File

@ -192,8 +192,10 @@ subprojects {
exclude "StringInverter*.java"
exclude "Queue.java"
}
/* filter {
}*/
resources {
srcDir projectDir
include '*.xml'
}
}
jmh {
java {