From 8565858c1b911b401c01c2bd1a88da055106e975 Mon Sep 17 00:00:00 2001
From: bclayton-usgs <bclayton@usgs.gov>
Date: Fri, 20 Mar 2020 10:58:48 -0600
Subject: [PATCH] Fail if bugs

---
 build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.gradle b/build.gradle
index 3b3b93d15..c18eead82 100644
--- a/build.gradle
+++ b/build.gradle
@@ -193,6 +193,7 @@ spotless {
 
 /* Add HTML reports to SpotBugs */
 tasks.withType(com.github.spotbugs.SpotBugsTask) {
+  ignoreFailures = false // TODO remove when nshmp-lib is updated
   reports {
     xml.enabled = false
     html.enabled = true
-- 
GitLab