Skip to content

Commit

Permalink
Update gradle.yml Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
tanishisherewithhh authored Aug 16, 2024
1 parent 8c926c3 commit 1bde340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: rm ./build/libs/*-sources.jar || true

- name: capture build artifacts
if: ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from the latest java on one OS
if: ${{ runner.os == 'Linux' && matrix.java == '21' }} # Only upload artifacts built from the latest java on one OS
uses: actions/upload-artifact@v3
with:
name: Dynamichud
Expand Down

0 comments on commit 1bde340

Please sign in to comment.