Update gradle publish credentials (#114)

This commit is contained in:
Andrew Svoboda 2019-06-07 18:15:59 +01:00 committed by bulldozer-bot[bot]
parent f737c91d70
commit d814979ab5

View file

@ -52,7 +52,7 @@ jobs:
- deploy:
command: ./gradlew --profile --parallel --stacktrace --continue publish
- deploy:
command: ./gradlew --profile --parallel --stacktrace -Pgradle.publish.key=$GRADLE_PUBLISH_KEY -Pgradle.publish.secret=$GRADLE_PUBLISH_SECRET publishPlugins
command: ./gradlew --profile --parallel --stacktrace -Pgradle.publish.key=$GRADLE_KEY -Pgradle.publish.secret=$GRADLE_SECRET publishPlugins
workflows:
version: 2