Use GraalVM to build jar
This commit is contained in:
committed by
GitHub
parent
063da21ea3
commit
d09ea5c71c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user