We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f10ac1 commit 0ccabbaCopy full SHA for 0ccabba
.github/workflows/publish-release.yml
@@ -56,5 +56,5 @@ jobs:
56
export GPG_TTY=$(tty) && echo ${GPG_KEY_BASE64} | base64 --decode | gpg --fast-import --batch
57
NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
58
echo "New version: ${NEW_VERSION}"
59
- ./gradlew -Pversion=${NEW_VERSION} publishToSonatype closeAndReleaseRepository --info
+ ./gradlew -Pversion=${NEW_VERSION} publishToSonatype closeAndReleaseRepository -Dorg.gradle.internal.publish.checksums.insecure --info
60
gradle.properties
@@ -1,4 +1,3 @@
1
kotlin.code.style=official
2
group=no.nav.security
3
version=0.3-SNAPSHOT
4
-org.gradle.internal.publish.checksums.insecure=true
0 commit comments