Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
IAFEnvoy authored Nov 10, 2024
1 parent 18a377e commit f222b95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
fetch-depth: 0
fetch-tags: true

- name: Setup JDK 17
- name: Setup JDK 21
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'

- name: Setup Gradle
Expand All @@ -34,4 +34,4 @@ jobs:
with:
name: build and source jars
path: build/libs/*.jar
retention-days: 7
retention-days: 7

0 comments on commit f222b95

Please sign in to comment.