summaryrefslogtreecommitdiff
path: root/update_jars.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update_jars.sh')
-rwxr-xr-xupdate_jars.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jars.sh b/update_jars.sh
index 50027ef..a5c727c 100755
--- a/update_jars.sh
+++ b/update_jars.sh
@@ -53,7 +53,7 @@ function update() {
MERGE_MSG="$MERGE_MSG
tools/$repo: @ $SHA1"
- ( $DRY cd ../../tools/$repo && $DRY ./gradlew publishLocal pushDistribution )
+ ( $DRY cd ../../tools/$repo && $DRY ./gradlew clean publishLocal pushDistribution )
}
function merge_msg() {