Merge branch '3.2.x' into 3.3.x

Closes gh-41283
This commit is contained in:
Scott Frederick
2024-07-01 13:41:00 -05:00

View File

@@ -73,8 +73,8 @@ class PaketoBuilderTests {
new File("build/system-test-maven-repository").getAbsoluteFile().toURI().toASCIIString());
this.gradleBuild.scriptPropertyFrom(new File("../../gradle.properties"), "nativeBuildToolsVersion");
this.gradleBuild.expectDeprecationMessages("BPL_SPRING_CLOUD_BINDINGS_ENABLED.*true.*Deprecated");
this.gradleBuild.expectDeprecationMessages("BOM table is deprecated");
this.gradleBuild.expectDeprecationMessages("Command \"packages\" is deprecated, use `syft scan` instead");
this.gradleBuild.expectDeprecationMessages("BP_ENABLE_RUNTIME_CERT_BINDING.*true.*Deprecated");
this.gradleBuild.gradleVersion(GradleVersions.maximumCompatible());
}