We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b91c57 + 17f9493 commit 02f7e64Copy full SHA for 02f7e64
.github/workflows/publish_release.yml
@@ -14,6 +14,14 @@ jobs:
14
with:
15
distribution: 'temurin'
16
java-version: '21.0.3'
17
+ - name: Setup GraalVM
18
+ uses: graalvm/setup-graalvm@v1
19
+ with:
20
+ java-version: '21.0.3'
21
+ distribution: 'graalvm'
22
+ components: 'native-image'
23
+ github-token: ${{ secrets.GITHUB_TOKEN }}
24
+ set-java-home: 'false'
25
- name: Set version env variable
26
run: |
27
echo "VERSION=$(./gradlew properties | grep ^version: | cut -d\ -f2 | sed 's@-SNAPSHOT@@')" >> $GITHUB_ENV
0 commit comments