Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder authored Sep 27, 2024
1 parent 5912e43 commit b995119
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 @@ -20,11 +20,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

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

- name: Grant execute permission for gradlew
Expand All @@ -38,4 +38,4 @@ jobs:
env:
MAVEN_TOKEN: ${{ secrets.MAVEN_TOKEN }}
with:
arguments: build -x test publish --stacktrace --no-daemon
arguments: build -x test publish --stacktrace --no-daemon

0 comments on commit b995119

Please sign in to comment.