diff --git a/.idea/misc.xml b/.idea/misc.xml
index 0c52dd6c15f306b31049459eb43a74f1189263dc..7978ed437e52d30798d86ae0a17b5961e710139b 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 95f9e49acd5ac2d20a2ec8316945ffbbb87b3de9..03ceea43c2f0babf0018c3059299c7acbef53ec3 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