Was I not running gradlew correctly?
This commit is contained in:
parent
e35ed4b983
commit
c7de78359b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ cache:
|
|||
|
||||
script:
|
||||
- "./gradlew test"
|
||||
- if [ -n "$TRAVIS_TAG" ]; then "./gradlew desktop:packr"; fi
|
||||
- if [ -n "$TRAVIS_TAG" ]; then ./gradlew desktop:packr; fi
|
||||
|
||||
deploy:
|
||||
provider: releases
|
||||
|
|
Loading…
Reference in a new issue