Skip to content

Commit

Permalink
Merge branch '1.0.x' into 1.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Jun 17, 2019
2 parents 33b9a08 + 29f9e17 commit d4e2cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- checkout
- run:
name: Decrypt properties
command: openssl aes-256-cbc -d -in gradle.properties.enc -out gradle.properties -k "$KEY" -md md5
command: openssl aes-256-cbc -d -in gradle.properties.enc -out gradle.properties -k "$KEY" -md sha256
- deploy:
name: Maven Central sync
command: ./gradlew mavenCentralSync -Prelease.useLastTag=true -x bintrayPublish -x bintrayUpload -x bintrayCreateVersion -x bintrayCreatePackage
Expand Down

0 comments on commit d4e2cb0

Please sign in to comment.