Skip to content

Commit 0ccabba

Browse files
committed
ci: add disable sha-256/512 checksums as sonatype does not support it (yet)
1 parent 5f10ac1 commit 0ccabba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/publish-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
export GPG_TTY=$(tty) && echo ${GPG_KEY_BASE64} | base64 --decode | gpg --fast-import --batch
5757
NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
5858
echo "New version: ${NEW_VERSION}"
59-
./gradlew -Pversion=${NEW_VERSION} publishToSonatype closeAndReleaseRepository --info
59+
./gradlew -Pversion=${NEW_VERSION} publishToSonatype closeAndReleaseRepository -Dorg.gradle.internal.publish.checksums.insecure --info
6060

gradle.properties

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
kotlin.code.style=official
22
group=no.nav.security
33
version=0.3-SNAPSHOT
4-
org.gradle.internal.publish.checksums.insecure=true

0 commit comments

Comments
 (0)