Skip to content

Commit

Permalink
fix(ci): setup JVM first
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed Nov 11, 2024
1 parent 6694f93 commit 2870620
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
VERSION=$(grep '^projectVersion=' gradle.properties | cut -d'=' -f2)
echo "VERSION=$VERSION" >> $GITHUB_ENV
- uses: actions/setup-java@v4
with:
java-version: '22'
distribution: 'adopt'
cache: 'gradle'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

Expand Down

0 comments on commit 2870620

Please sign in to comment.