Skip to content

Commit

Permalink
fix: removing default JAR file generated in the assemble phase
Browse files Browse the repository at this point in the history
We're now using shadow JAR file export, so there is no default JAR 
task and so, Tavis is generating a default (with the project name).

This should make it easy to remove it before we deploy 
just the wesv.jar one.
  • Loading branch information
martinambrus committed Mar 5, 2017
1 parent 961f9af commit e1c568a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ after_success:
- chmod +x generate-docs.sh
- "./generate-docs.sh"
before_deploy:
- rm -f build/com.rojel.wesv/libs/WorldEdit-ServerSide-Visualizer*
- export RELEASE_PKG_FILE=$(ls build/com.rojel.wesv/libs/*.jar)
- echo "deploying $RELEASE_PKG_FILE to GitHub releases"
deploy:
Expand Down

0 comments on commit e1c568a

Please sign in to comment.