Use GraalVM to build jar

This commit is contained in:
Sofiane H. Djerbi
2023-03-09 19:21:22 +01:00
committed by GitHub
parent 063da21ea3
commit d09ea5c71c

View File

@@ -15,6 +15,8 @@ jobs:
java-version: '17'
cache: 'gradle'
distribution: 'GraalVM'
github-token: ${{ secrets.GITHUB_TOKEN }}
version: 'latest'
- name: Configure Git User Details
run: |
git config --global user.email "actions@github.com" && git config --global user.name "Github Actions"