Cleaned up API to match bld operations aand options APIs
This commit is contained in:
parent
44bbb80b0f
commit
9455947111
5 changed files with 534 additions and 11 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue