Skip to content

Commit

Permalink
disable maven metadata SHA256/SHA512 checksum publishing (#36)
Browse files Browse the repository at this point in the history
* disable maven metadata SHA256/SHA512 checksum publishing

* update gradlew to 6.1.1
  • Loading branch information
rooeque committed Feb 13, 2020
1 parent ae8f728 commit 0f2bf43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions gradle.properties
Expand Up @@ -9,3 +9,7 @@ scalaVersions=2.12.10
# note that devSnapshot and snapshot tasks won't create repo tags
# see https://github.com/ADTRAN/gradle-scala-multiversion-plugin#advanced-configuration
runOnceTasks=clean,candidate,final,release,generateGradleLintReport

# prevent publication of SHA256 & SHA512 checksums, which are incompatible with sonatype release repos
# see https://github.com/gradle/gradle/issues/11308
systemProp.org.gradle.internal.publish.checksums.insecure=true
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.0-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

0 comments on commit 0f2bf43

Please sign in to comment.