Merge branch '3.2.x' into 3.3.x

This commit is contained in:
Andy Wilkinson
2024-08-22 10:36:43 +01:00
4 changed files with 1 additions and 21 deletions

View File

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

View File

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

View File

@@ -27,14 +27,4 @@ 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"
}
}
}

View File

@@ -1,7 +1,7 @@
org.gradle.caching=true
org.gradle.jvmargs=-Xmx2g
reachabilityMetadataVersion=0.3.8
reachabilityMetadataVersion=0.3.9
#reachabilityMetadataUrl=
kotlinVersion=1.9.24