Fix formatting

This commit is contained in:
Scott Frederick 2023-09-26 19:09:37 -05:00
parent 7e29a3c70b
commit e8a15327da

View File

@ -301,7 +301,8 @@ class PaketoBuilderTests {
void nativeApp() throws Exception {
this.gradleBuild.expectDeprecationMessages("uses or overrides a deprecated API");
// these deprecations are transitive from the Native Build Tools Gradle plugin
this.gradleBuild.expectDeprecationMessages("has been deprecated. This is scheduled to be removed in Gradle 9.0");
this.gradleBuild
.expectDeprecationMessages("has been deprecated. This is scheduled to be removed in Gradle 9.0");
this.gradleBuild.expectDeprecationMessages("upgrading_version_8.html#deprecated_access_to_convention");
writeMainClass();
String imageName = "paketo-integration/" + this.gradleBuild.getProjectDir().getName();