Bumped bld to version 2.2.0

This commit is contained in:
Erik C. Thauvin 2025-01-14 11:36:31 -08:00
parent 69d20a0ed1
commit 8632c7525c
Signed by: erik
GPG key ID: 776702A6A2DA330E
12 changed files with 27 additions and 13 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright 2023-2024 the original author or authors.
* Copyright 2023-Copyright $today.yearamp;#36;today.year the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@ -57,7 +57,7 @@ class TestNgOperationTest {
assertThat(args).isNotEmpty();
var params = new TestNgOperation()
.fromProject(new BaseProjectBlueprint(new File("examples"), "com.example", "Examples"))
.fromProject(new BaseProjectBlueprint(new File("examples"), "com.example", "examples", "Examples"))
.alwaysRunListeners(true)
.dataProviderThreadCount(1)
.dependencyInjectorFactory("injectorfactory")