Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
use gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
Librazy committed Oct 14, 2018
1 parent 8f6c0ee commit 2f8cd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- git config --global user.email "builds@travis-ci.com"
- git config --global user.name "Travis CI"
- 'sed -i "s/^\(version: \).*\$/\1$VERSION_STRING/g" src/main/resources/plugin.yml'
script: gradle build
script: ./gradlew build
after_success:
- cp build/libs/NyaaUtils.jar ./NyaaUtils-v$VERSION_STRING.jar
- export GIT_TAG=v$VERSION_STRING
Expand Down

0 comments on commit 2f8cd76

Please sign in to comment.