Merge branch '2.7.x' into 3.0.x

Closes gh-38166
This commit is contained in:
Andy Wilkinson
2023-11-01 15:00:36 +00:00
4 changed files with 6 additions and 6 deletions

View File

@@ -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");