Merge branch '2.4.x' into 2.5.x

Closes gh-27495
This commit is contained in:
Andy Wilkinson
2021-07-26 15:21:56 +01:00
7 changed files with 27 additions and 4 deletions

View File

@@ -89,6 +89,13 @@ abstract class AbstractBootArchiveIntegrationTests {
.isEqualTo(TaskOutcome.SUCCESS);
}
@Deprecated
@TestTemplate
void basicBuildUsingDeprecatedMainClassName() {
assertThat(this.gradleBuild.build(this.taskName).task(":" + this.taskName).getOutcome())
.isEqualTo(TaskOutcome.SUCCESS);
}
@TestTemplate
void reproducibleArchive() throws IOException, InterruptedException {
assertThat(this.gradleBuild.build(this.taskName).task(":" + this.taskName).getOutcome())