Merge branch '3.0.x' into 3.1.x

Closes gh-38167
This commit is contained in:
Andy Wilkinson
2023-11-01 15:03:29 +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");