Merge branch '3.3.x'

Closes gh-41284
This commit is contained in:
Scott Frederick 2024-07-01 13:41:24 -05:00
commit 0fafb8d661

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());
}