From b86bb47824cccf1ba23ca0d650da7c249b51985a Mon Sep 17 00:00:00 2001
From: Carl Jones <jonesc162@cardiff.ac.uk>
Date: Mon, 11 Mar 2024 10:48:52 +0000
Subject: [PATCH] Update build.gradle to match resit.

---
 .idea/misc.xml | 1 -
 build.gradle   | 9 +++++++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.idea/misc.xml b/.idea/misc.xml
index 0c52dd6..7978ed4 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
   <component name="ExternalStorageConfigurationManager" enabled="true" />
   <component name="FrameworkDetectionExcludesConfiguration">
diff --git a/build.gradle b/build.gradle
index 95f9e49..03ceea4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ plugins {
     id 'idea'
     id 'application'
     id 'info.solidsoft.pitest' version '1.9.11'
-    id 'com.github.johnrengelman.shadow' version '7.1.0'
+    id 'com.github.johnrengelman.shadow' version '7.1.2'
 
 }
 
@@ -77,6 +77,11 @@ checkstyleMain {
     maxErrors = 10
 }
 
+jacoco {
+    toolVersion = "0.8.11"
+    //reportsDirectory = layout.buildDirectory.dir('jacocoHtml')
+}
+
 jacocoTestReport {
     reports {
         xml.required = false
@@ -125,7 +130,7 @@ pitest {
         mutationThreshold.set(40)
         maxSurviving.set(3)
     }
-    verbose = true
+    //verbose = true
 
 
 
-- 
GitLab