Merge branch '3.1.x'

Closes gh-38168
This commit is contained in:
Andy Wilkinson
2023-11-01 15:04:53 +00:00
15 changed files with 23 additions and 23 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");