Skip to content

Commit 8740833

Browse files
committed
ci: Setup java for uberjar build
1 parent d678aec commit 8740833

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-binaries.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ jobs:
5757
with:
5858
ref: cats-${{ github.event.inputs.releaseversion }}
5959

60+
- name: Setup GraalVM
61+
uses: graalvm/setup-graalvm@v1
62+
with:
63+
java-version: '21'
64+
distribution: 'graalvm'
65+
github-token: ${{ secrets.GITHUB_TOKEN }}
66+
6067
- name: Build Uberjar
6168
run: |
6269
./mvnw -B clean --file pom.xml

0 commit comments

Comments
 (0)