Cleaned up API to match bld operations aand options APIs

This commit is contained in:
Erik C. Thauvin 2024-08-28 16:12:44 -07:00
parent 44bbb80b0f
commit 9455947111
Signed by: erik
GPG key ID: 776702A6A2DA330E
5 changed files with 534 additions and 11 deletions

View file

@ -33,7 +33,7 @@ public class PitestOperationBuild extends Project {
public PitestOperationBuild() {
pkg = "rife.bld.extension";
name = "PitestExtension";
version = version(0, 9, 9);
version = version(1, 0, 0, "SNAPSHOT");
javaRelease = 17;