Skip to content

Commit

Permalink
added distribution: 'graalvm-community'
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 a524097 commit 02da3df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
if: ${{ matrix.musl }}
with:
java-version: '21'
distribution: 'graalvm-community'
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: 'true'
native-image-musl: 'true'
Expand All @@ -47,6 +48,7 @@ jobs:
if: ${{ !matrix.musl }}
with:
java-version: '21'
distribution: 'graalvm-community'
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: 'true'

Expand Down
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("GraalVM Community")
vendor = JvmVendorSpec.GRAAL_VM
}
buildArgs.add('--enable-url-protocols=https')
buildArgs.add('-R:MaxHeapSize=100M')
Expand Down

0 comments on commit 02da3df

Please sign in to comment.