Ignore ca-certificates deprecation warnings in Paketo system tests

Closes gh-41282
This commit is contained in:
Scott Frederick 2024-07-01 13:14:23 -05:00
parent d71fdd9712
commit 0898982a13

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