Skip to content

Commit

Permalink
Workaround for Nexus issue with sha256/512 checksums
Browse files Browse the repository at this point in the history
Gradle publishes sha256/512 checksum which are incompatible with the
current version of Nexus we are using.  See also:

 * gradle/gradle#11308
 * https://issues.sonatype.org/browse/NEXUS-21802
 * https://issues.sonatype.org/browse/NEXUS-23603
  • Loading branch information
chris-allan committed May 20, 2020
1 parent 371e368 commit 61e4cfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle.properties
@@ -0,0 +1,2 @@
# Required to publish to Nexus (see https://github.com/gradle/gradle/issues/11308)
systemProp.org.gradle.internal.publish.checksums.insecure=true

0 comments on commit 61e4cfe

Please sign in to comment.