Merge branch '3.0.x' into 3.1.x
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user