Skip to content

Commit

Permalink
improved build to output single jar and process resources
Browse files Browse the repository at this point in the history
  • Loading branch information
albertlatacz committed Dec 1, 2016
1 parent ef58a7c commit b437f76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
- export PATH=$PATH:$HOME/.local/bin

script:
- gradle -Pversion=$JAVAREPL_BUILD_NUMBER clean check shadowJar
- gradle -Pversion=$JAVAREPL_BUILD_NUMBER clean check shadowJar

deploy:
provider: releases
Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ sourceSets {
srcDirs = ['src']
}

resources {
srcDirs = ['src']
}

}

test {
Expand Down

0 comments on commit b437f76

Please sign in to comment.