Skip to content

Commit

Permalink
configure GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
siordache committed Aug 31, 2021
1 parent c43caa7 commit c77e846
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
java: [ '16.0.2' ]
java: [ '11.0.12' ]
fail-fast: false
name: ${{ matrix.os }} JDK ${{ matrix.java }}
steps:
Expand All @@ -25,9 +25,9 @@ jobs:
- name: Execute clonePetclinic
run: ./gradlew --info --stacktrace clonePetclinic
- name: Execute jlinkZip
run: ./gradlew --info --stacktrace jlinkZip
run: ./gradlew --info --stacktrace jlink
- name: Upload zipped image as an artifact
uses: actions/upload-artifact@v2
with:
name: spring-petclinic-jdk${{ matrix.java }}-${{ matrix.os }}
path: build/image-zip/*.zip
path: build/image

0 comments on commit c77e846

Please sign in to comment.