Skip to content

Commit 1bde340

Browse files
Update gradle.yml Java 21
1 parent 8c926c3 commit 1bde340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: rm ./build/libs/*-sources.jar || true
4242

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

0 commit comments

Comments
 (0)