Skip to content

Commit

Permalink
ci: add disable sha-256/512 checksums as sonatype does not support it…
Browse files Browse the repository at this point in the history
… (yet)
  • Loading branch information
tommytroen committed Feb 24, 2020
1 parent 5f10ac1 commit 0ccabba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
export GPG_TTY=$(tty) && echo ${GPG_KEY_BASE64} | base64 --decode | gpg --fast-import --batch
NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
echo "New version: ${NEW_VERSION}"
./gradlew -Pversion=${NEW_VERSION} publishToSonatype closeAndReleaseRepository --info
./gradlew -Pversion=${NEW_VERSION} publishToSonatype closeAndReleaseRepository -Dorg.gradle.internal.publish.checksums.insecure --info
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
kotlin.code.style=official
group=no.nav.security
version=0.3-SNAPSHOT
org.gradle.internal.publish.checksums.insecure=true

0 comments on commit 0ccabba

Please sign in to comment.