Disable Paketo builder native system test on Java 20

See gh-35897
This commit is contained in:
Scott Frederick 2023-06-28 15:10:41 -06:00
parent 79cd3a027a
commit 80e72836ef

View File

@ -295,6 +295,7 @@ class PaketoBuilderTests {
}
@Test
@EnabledForJreRange(max = JRE.JAVA_17)
void nativeApp() throws Exception {
this.gradleBuild.expectDeprecationMessages("uses or overrides a deprecated API");
writeMainClass();