Merge branch '2.7.x' into 3.0.x
Closes gh-38166
This commit is contained in:
@@ -100,7 +100,7 @@ class BuildInfoTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void nameCanBeExludedRemovedFromProperties() {
|
||||
void nameCanBeExcludedFromProperties() {
|
||||
BuildInfo task = createTask(createProject("test"));
|
||||
task.getExcludes().add("name");
|
||||
assertThat(buildInfoProperties(task)).doesNotContainKey("build.name");
|
||||
|
||||
Reference in New Issue
Block a user