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

Commit

Permalink
Remove publishPlugins task
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielThomas committed May 30, 2016
1 parent f73ad6b commit bebd2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/buildViaTravis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" != "" ]; then
./gradlew -Prelease.travisci=true -Prelease.useLastTag=true candidate $SWITCHES
;;
*)
./gradlew -Prelease.travisci=true -Prelease.useLastTag=true final publishPlugins $SWITCHES
./gradlew -Prelease.travisci=true -Prelease.useLastTag=true final $SWITCHES
;;
esac
else
Expand Down

0 comments on commit bebd2ca

Please sign in to comment.