diff --git a/examples/lib/bld/bld-wrapper.properties b/examples/lib/bld/bld-wrapper.properties index 3b6bac7..bfabcd9 100644 --- a/examples/lib/bld/bld-wrapper.properties +++ b/examples/lib/bld/bld-wrapper.properties @@ -1,7 +1,7 @@ bld.downloadExtensionJavadoc=false bld.downloadExtensionSources=true -bld.extensions=com.uwyn.rife2:bld-pitest:0.9.8 -bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES,MAVEN_LOCAL,RIFE2_SNAPSHOTS bld.downloadLocation= +bld.extension-pitest=com.uwyn.rife2:bld-pitest:0.9.9-SNAPSHOT +bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES,MAVEN_LOCAL,RIFE2_SNAPSHOTS bld.sourceDirectories= bld.version=1.9.1 diff --git a/examples/reports/mutations/com.example/ExamplesLib.java.html b/examples/reports/mutations/com.example/ExamplesLib.java.html index a558328..e57c4ee 100644 --- a/examples/reports/mutations/com.example/ExamplesLib.java.html +++ b/examples/reports/mutations/com.example/ExamplesLib.java.html @@ -15,12 +15,12 @@ - + 1 - + @@ -30,12 +30,12 @@ - + 2 - + @@ -45,12 +45,12 @@ - + 3 - + @@ -60,12 +60,12 @@ - + 4 - + @@ -75,12 +75,12 @@ - + 5 -1 +1 1. getMessage : replaced return value with "" for com/example/ExamplesLib::getMessage → KILLED
@@ -92,12 +92,12 @@ - + 6 - +
@@ -107,12 +107,12 @@ - + 7 - + @@ -124,11 +124,11 @@

Mutations

-5 +5 - +

1.1
Location : getMessage
Killed by : com.example.ExamplesTest.[engine:junit-jupiter]/[class:com.example.ExamplesTest]/[method:verifyHello()]
replaced return value with "" for com/example/ExamplesLib::getMessage → KILLED

@@ -155,12 +155,9 @@

Tests examined


-Report generated by
PIT 1.16.1 - - - \ No newline at end of file +Report generated by PIT \ No newline at end of file diff --git a/examples/reports/mutations/com.example/ExamplesTest.java.html b/examples/reports/mutations/com.example/ExamplesTest.java.html index 09c13e3..03b4b4b 100644 --- a/examples/reports/mutations/com.example/ExamplesTest.java.html +++ b/examples/reports/mutations/com.example/ExamplesTest.java.html @@ -15,12 +15,12 @@ - + 1 - + @@ -30,12 +30,12 @@ - + 2 - + @@ -45,12 +45,12 @@ - + 3 - + @@ -60,12 +60,12 @@ - + 4 - + @@ -75,12 +75,12 @@ - + 5 - + @@ -90,12 +90,12 @@ - + 6 - + @@ -105,12 +105,12 @@ - + 7 - + @@ -120,12 +120,12 @@ - + 8 - + @@ -135,12 +135,12 @@ - + 9 - + @@ -150,12 +150,12 @@ - + 10 -1 +1 1. verifyHello : removed call to org/junit/jupiter/api/Assertions::assertEquals → SURVIVED
@@ -167,12 +167,12 @@ - + 11 - +
@@ -182,12 +182,12 @@ - + 12 - + @@ -199,11 +199,11 @@

Mutations

-10 +10 - +

1.1
Location : verifyHello
Killed by : none
removed call to org/junit/jupiter/api/Assertions::assertEquals → SURVIVED

@@ -230,12 +230,9 @@

Tests examined


-Report generated by
PIT 1.16.1 - - - \ No newline at end of file +Report generated by PIT \ No newline at end of file diff --git a/examples/reports/mutations/com.example/index.html b/examples/reports/mutations/com.example/index.html index 0268516..d8896a7 100644 --- a/examples/reports/mutations/com.example/index.html +++ b/examples/reports/mutations/com.example/index.html @@ -63,7 +63,4 @@
-Report generated by PIT 1.16.1 - - - \ No newline at end of file +Report generated by PIT \ No newline at end of file diff --git a/examples/reports/mutations/index.html b/examples/reports/mutations/index.html index f069fe7..2693701 100644 --- a/examples/reports/mutations/index.html +++ b/examples/reports/mutations/index.html @@ -62,11 +62,4 @@ -Report generated by PIT 1.16.1 - -
-
- - Enhanced functionality available at arcmutate.com - - \ No newline at end of file +Report generated by PIT \ No newline at end of file diff --git a/src/bld/java/rife/bld/extension/PitestOperationBuild.java b/src/bld/java/rife/bld/extension/PitestOperationBuild.java index 5ea22d3..c66e43c 100644 --- a/src/bld/java/rife/bld/extension/PitestOperationBuild.java +++ b/src/bld/java/rife/bld/extension/PitestOperationBuild.java @@ -35,11 +35,13 @@ public class PitestOperationBuild extends Project { public PitestOperationBuild() { pkg = "rife.bld.extension"; name = "PitestExtension"; - version = version(0, 9, 8); + version = version(0, 9, 9, "SNAPSHOT"); javaRelease = 17; + downloadSources = true; autoDownloadPurge = true; + repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES); var pitest = version(1, 16, 1);