Merge branch '3.2.x'

This commit is contained in:
Andy Wilkinson
2024-05-17 11:09:16 +01:00
3 changed files with 20 additions and 0 deletions

View File

@@ -23,4 +23,9 @@ dependencies {
aotSmokeTest {
webApplication = true
nativeAppTest {
expectedToFail {
becauseOf "https://github.com/oracle/graalvm-reachability-metadata/pull/495"
}
}
}

View File

@@ -22,4 +22,9 @@ dependencies {
aotSmokeTest {
webApplication = true
nativeAppTest {
expectedToFail {
becauseOf "https://github.com/oracle/graalvm-reachability-metadata/pull/495"
}
}
}

View File

@@ -27,4 +27,14 @@ dependencies {
aotSmokeTest {
webApplication = true
nativeAppTest {
expectedToFail {
becauseOf "https://github.com/oracle/graalvm-reachability-metadata/pull/495"
}
}
nativeTest {
expectedToFail {
becauseOf "https://github.com/oracle/graalvm-reachability-metadata/pull/495"
}
}
}