Skip to content

Commit

Permalink
disable publishing maven-metadata.xml checksums
Browse files Browse the repository at this point in the history
Errors visible in https://oss.sonatype.org/#stagingRepositories under
Activity > release:

Artifact updating: Repository ='releases:Releases' does not allow updating
artifact='/com/github/dtreskunov/easyssl/maven-metadata.xml.sha512'

Artifact updating: Repository ='releases:Releases' does not allow updating
artifact='/com/github/dtreskunov/easyssl/maven-metadata.xml.sha256'

gradle/gradle#11308
  • Loading branch information
Denis Treskunov committed May 19, 2020
1 parent 90270c7 commit 8d211b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -37,6 +37,7 @@ jobs:
- ./gradlew dependencies
- |
./gradlew \
-Dorg.gradle.internal.publish.checksums.insecure \
-PnexusUsername=${SONATYPE_USERNAME} \
-PnexusPassword=${SONATYPE_PASSWORD} \
-Psigning.keyId=${GPG_KEY_ID} \
Expand Down

0 comments on commit 8d211b7

Please sign in to comment.