Skip to content

Commit

Permalink
changed JvmVendorSpec to GRAALVM
Browse files Browse the repository at this point in the history
Signed-off-by: munishchouhan <[email protected]>
  • Loading branch information
munishchouhan committed Dec 17, 2024
1 parent 310f0ab commit 2fe9acd
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.matching("Oracle Corporation")
vendor = JvmVendorSpec.GRAAL_VM
}
buildArgs.add('--enable-url-protocols=https')
buildArgs.add('-R:MaxHeapSize=100M')
Expand Down

0 comments on commit 2fe9acd

Please sign in to comment.