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 00b6392 commit 5a0ee39Copy full SHA for 5a0ee39
Makefile
@@ -19,7 +19,7 @@ releasePoms:
19
releaseArtifacts: releaseBinaries releasePoms
20
21
deployArtifacts:
22
- ./gradlew artifactoryPublish
+ ./gradlew artifactoryPublish bintrayUpload
23
24
tagCommit:
25
git tag `cat sdk-version.txt`; git push origin `cat sdk-version.txt`
0 commit comments