From 038a92071f205fd8576d3c0899eaf282a9249fdf Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Tue, 17 Apr 2018 09:52:07 -0600
Subject: [PATCH] jacoc tool version

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

diff --git a/build.gradle b/build.gradle
index 78cff7d80..ea6c57049 100644
--- a/build.gradle
+++ b/build.gradle
@@ -6,6 +6,10 @@ apply plugin: 'eclipse-wtp'
 sourceCompatibility = 1.8
 compileJava.options.encoding = 'UTF-8'
 
+jacoco {
+    toolVersion = '0.8.1'
+}
+
 repositories {
   jcenter()
 }
-- 
GitLab