We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9da3e17 commit 2153ceeCopy full SHA for 2153cee
.buildscript/deploy_snapshot.sh
@@ -22,6 +22,6 @@ elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then
22
echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'."
23
else
24
echo "Deploying snapshot..."
25
- ./gradlew clean build uploadArchives
+ ./gradlew uploadArchives
26
echo "Snapshot deployed!"
27
fi
0 commit comments