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 b777cab commit 9cd143fCopy full SHA for 9cd143f
scripts/deploy_snapshot.sh
@@ -1,9 +1,4 @@
1
#!/bin/bash
2
-#
3
-# Deploy a jar, source jar, and javadoc jar to Sonatype's snapshot repo.
4
5
-# Adapted from https://coderwall.com/p/9b_lfq and
6
-# http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/
7
8
SLUG="aurae/android-junit5"
9
JDK="oraclejdk8"
@@ -21,6 +16,6 @@ elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then
21
16
echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'."
22
17
else
23
18
echo "Deploying snapshot..."
24
- ../gradlew artifactoryPublish
19
+ ./gradlew artifactoryPublish
25
20
echo "Snapshot deployed!"
26
fi
0 commit comments