Skip to content

Commit

Permalink
Revert "changed JvmVendorSpec to GRAALVM"
Browse files Browse the repository at this point in the history
This reverts commit 66c5499.
  • Loading branch information
munishchouhan committed Dec 17, 2024
1 parent 66c5499 commit 7a71e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ graalvmNative {

javaLauncher = javaToolchains.launcherFor {
languageVersion = JavaLanguageVersion.of(21)
vendor = JvmVendorSpec.GRAAL_VM
vendor = JvmVendorSpec.matching("Oracle Corporation")
}
buildArgs.add('--enable-url-protocols=https')
buildArgs.add('-R:MaxHeapSize=100M')
Expand Down

0 comments on commit 7a71e8c

Please sign in to comment.