Skip to content

Commit

Permalink
Don’t publish local Maven artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
pacphi authored Sep 25, 2019
1 parent eb1cbc5 commit bcb6883
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 @@ -3,7 +3,7 @@ language: java
jdk:
- openjdk11
script:
- "./gradlew clean build publishToMavenLocal"
- "./gradlew clean build"
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
Expand Down

0 comments on commit bcb6883

Please sign in to comment.