Working jar checksums and aligned with ant build.

This commit is contained in:
Dawid Weiss 2019-12-13 12:12:29 +01:00
parent 528a2ecb56
commit 25fc0487a1
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
import org.apache.commons.codec.digest.DigestUtils
import org.apache.commons.codec.digest.MessageDigestAlgorithms
// This should be true.
def failOnError = false
// This should be false only for debugging.
def failOnError = true
buildscript {
repositories {