Skip to content

Commit b437f76

Browse files
committed
improved build to output single jar and process resources
1 parent ef58a7c commit b437f76

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ install:
2626
- export PATH=$PATH:$HOME/.local/bin
2727

2828
script:
29-
- gradle -Pversion=$JAVAREPL_BUILD_NUMBER clean check shadowJar
29+
- gradle -Pversion=$JAVAREPL_BUILD_NUMBER clean check shadowJar
3030

3131
deploy:
3232
provider: releases

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ sourceSets {
1111
srcDirs = ['src']
1212
}
1313

14+
resources {
15+
srcDirs = ['src']
16+
}
17+
1418
}
1519

1620
test {

0 commit comments

Comments
 (0)