Ignore ca-certificates deprecation warnings in Paketo system tests
Closes gh-41282
This commit is contained in:
parent
d71fdd9712
commit
0898982a13
|
@ -73,8 +73,8 @@ class PaketoBuilderTests {
|
||||||
new File("build/system-test-maven-repository").getAbsoluteFile().toURI().toASCIIString());
|
new File("build/system-test-maven-repository").getAbsoluteFile().toURI().toASCIIString());
|
||||||
this.gradleBuild.scriptPropertyFrom(new File("../../gradle.properties"), "nativeBuildToolsVersion");
|
this.gradleBuild.scriptPropertyFrom(new File("../../gradle.properties"), "nativeBuildToolsVersion");
|
||||||
this.gradleBuild.expectDeprecationMessages("BPL_SPRING_CLOUD_BINDINGS_ENABLED.*true.*Deprecated");
|
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("Command \"packages\" is deprecated, use `syft scan` instead");
|
||||||
|
this.gradleBuild.expectDeprecationMessages("BP_ENABLE_RUNTIME_CERT_BINDING.*true.*Deprecated");
|
||||||
this.gradleBuild.gradleVersion(GradleVersions.maximumCompatible());
|
this.gradleBuild.gradleVersion(GradleVersions.maximumCompatible());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue