Skip to content

Commit bf0aad5

Browse files
authored
Update build.yml
1 parent 6246eb7 commit bf0aad5

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
# Use these Java versions
14-
java: [
15-
21, # Current Java LTS
16-
]
14+
java: [ 17 ]
1715
runs-on: ubuntu-22.04
1816
steps:
1917
- name: checkout repository
@@ -30,8 +28,8 @@ jobs:
3028
- name: build
3129
run: ./gradlew build
3230
- name: capture build artifacts
33-
if: ${{ matrix.java == '21' }} # Only upload artifacts built from latest java
31+
if: ${{ matrix.java == '17' }} # Only upload artifacts built from latest java
3432
uses: actions/upload-artifact@v4
3533
with:
3634
name: Artifacts
37-
path: build/libs/
35+
path: build/libs/

0 commit comments

Comments
 (0)