Bumped to bld 1.9.0
This commit is contained in:
parent
1e7c9724c0
commit
be3206f91b
10 changed files with 14 additions and 14 deletions
|
@ -34,7 +34,7 @@ public class TestNgOperationBuild extends Project {
|
|||
public TestNgOperationBuild() {
|
||||
pkg = "rife.bld.extension";
|
||||
name = "bld-testng";
|
||||
version = version(0, 9, 4, "SNAPSHOTS");
|
||||
version = version(0, 9, 4);
|
||||
|
||||
javaRelease = 17;
|
||||
downloadSources = true;
|
||||
|
@ -44,7 +44,7 @@ public class TestNgOperationBuild extends Project {
|
|||
var rife2 = version(1, 7, 3);
|
||||
scope(compile)
|
||||
.include(dependency("com.uwyn.rife2", "rife2", rife2))
|
||||
.include(dependency("com.uwyn.rife2", "bld", version(1, 8, 0)));
|
||||
.include(dependency("com.uwyn.rife2", "bld", version(1, 9, 0)));
|
||||
|
||||
scope(test)
|
||||
.include(dependency("org.testng", "testng", version(7, 9, 0)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue