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

Update classpath on pitest.

parent f07c2e04
Branches
Tags tag-to-test-CI-2
No related merge requests found
...@@ -110,7 +110,7 @@ rootProject.tasks.named("jar") { ...@@ -110,7 +110,7 @@ rootProject.tasks.named("jar") {
} }
pitest { pitest {
targetClasses = ['uk.ac.cf.cm6123.cardgames.*'] //by default "${project.group}.*" targetClasses = ['com.cm6123.monopoly.game.*'] //by default "${project.group}.*"
//pitestVersion = '1.9.0' //not needed when a default PIT version should be used //pitestVersion = '1.9.0' //not needed when a default PIT version should be used
threads = 4 threads = 4
outputFormats = ['XML', 'HTML'] outputFormats = ['XML', 'HTML']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment