Skip to content

Commit b947d10

Browse files
committed
add resources that includes *.xml
1 parent 07512f2 commit b947d10

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,10 @@ subprojects {
192192
exclude "StringInverter*.java"
193193
exclude "Queue.java"
194194
}
195-
/* filter {
196-
}*/
195+
resources {
196+
srcDir projectDir
197+
include '*.xml'
198+
}
197199
}
198200
jmh {
199201
java {

0 commit comments

Comments
 (0)