Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
Publishing now does a clean build, republishing 0.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Oct 26, 2020
1 parent 33e4e3c commit 567db7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions publish-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
echo "gradle.publish.key=$APIKEY" >> gradle.properties
echo "gradle.publish.secret=$APISECRET" >> gradle.properties

./gradlew publishAllToMaven
./gradlew clean publishAllToMaven

./gradlew pdm-gradle:publishPlugins
./gradlew clean pdm-gradle:publishPlugins

0 comments on commit 567db7f

Please sign in to comment.