Upgraded to bld 1.7.2

This commit is contained in:
Erik C. Thauvin 2023-08-20 17:42:54 -07:00
parent b85ca24b53
commit e8ac6fec08
8 changed files with 10 additions and 11 deletions

View file

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