Merge branch '3.2.x' into 3.3.x
This commit is contained in:
@@ -23,9 +23,4 @@ dependencies {
|
||||
|
||||
aotSmokeTest {
|
||||
webApplication = true
|
||||
nativeAppTest {
|
||||
expectedToFail {
|
||||
becauseOf "https://github.com/oracle/graalvm-reachability-metadata/pull/495"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,9 +22,4 @@ dependencies {
|
||||
|
||||
aotSmokeTest {
|
||||
webApplication = true
|
||||
nativeAppTest {
|
||||
expectedToFail {
|
||||
becauseOf "https://github.com/oracle/graalvm-reachability-metadata/pull/495"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user