Skip to content
Snippets Groups Projects
Commit b86bb478 authored by Carl Jones's avatar Carl Jones
Browse files

Update build.gradle to match resit.

parent 81032b7f
Branches
Tags test-1
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="FrameworkDetectionExcludesConfiguration">
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment