Skip to content

Commit

Permalink
Disable sha256+ signatures per OSSRH-54054
Browse files Browse the repository at this point in the history
  • Loading branch information
ogolberg committed Feb 6, 2020
1 parent 713550f commit aee7176
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 @@ -51,7 +51,7 @@ jobs:

- run:
name: Deploy (if release)
command: "if [[ \"$CIRCLE_BRANCH\" == master ]]; then ./gradlew publish closeAndReleaseRepository -Dorg.gradle.internal.http.socketTimeout=120000 -Dorg.gradle.internal.network.retry.max.attempts=1; else echo skipping publishing; fi"
command: "if [[ \"$CIRCLE_BRANCH\" == master ]]; then ./gradlew publish closeAndReleaseRepository -Dorg.gradle.internal.http.socketTimeout=120000 -Dorg.gradle.internal.network.retry.max.attempts=1 -Dorg.gradle.internal.publish.checksums.insecure=true; else echo skipping publishing; fi"

workflows:
version: 2.1
Expand Down

0 comments on commit aee7176

Please sign in to comment.