0.9.9-SNAPSHOT

This commit is contained in:
Erik C. Thauvin 2024-06-23 11:03:28 -07:00
parent 44e55db532
commit 75946b97b0
Signed by: erik
GPG key ID: 776702A6A2DA330E
6 changed files with 53 additions and 67 deletions

View file

@ -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);