Skip to content

Commit

Permalink
(build) Suppress sha256 and sha512 for publishing to Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
Abnaxos committed Apr 13, 2020
1 parent cad6f48 commit 10c3016
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle.properties
Expand Up @@ -29,3 +29,6 @@ ch.raffael.meldioc.sign.keyName=1EBC9BED5AD722BD130807828656FEA0EB172706
ch.raffael.meldioc.sign.passphrase.command=['gpg', '-o', '-', '-ad', "${System.getProperty('user.home')}/.gradle/ch.raffael.meldioc.sign.passphrase.asc"]

ch.raffael.meldioc.Werror=false

# see https://github.com/gradle/gradle/issues/11308
systemProp.org.gradle.internal.publish.checksums.insecure=true

0 comments on commit 10c3016

Please sign in to comment.