Skip to content

Commit

Permalink
fix(Build): bump JDK to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Dec 3, 2024
1 parent bb57164 commit 65a0a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-new-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- name: Extract Previous Tag Name
run: echo "previous_tag_name=$(git tag --sort=taggerdate | tail -1)" >> $GITHUB_ENV

- name: Set Up JDK 21
- name: Set Up JDK 18
uses: actions/setup-java@v3
with:
java-version: '21'
java-version: '18'
distribution: 'temurin'
cache: gradle

Expand Down

0 comments on commit 65a0a67

Please sign in to comment.