Skip to content

Commit 3b4b6f4

Browse files
committed
Updates to build process
1 parent 0559f13 commit 3b4b6f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ task dist(type: Zip) {
4949
from("${libsDir}") {
5050
include "${rootProject.name}-${project.version}.jar"
5151
}
52+
from("${projectDir}/src/test/resources") {
53+
into 'sampleData'
54+
}
5255
from("${projectDir}") {
5356
include "LICENSE.TXT"
5457
include "README.md"

0 commit comments

Comments
 (0)