Skip to content

Commit

Permalink
update CI to use JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
pdowler committed Jun 19, 2024
1 parent c9d8fc8 commit f64c7cf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: 1.8
distribution: 'temurin'
java-version: 11

- name: build and test storage-inventory-dm
run: cd storage-inventory-dm && ../gradlew --info clean build xslt
Expand Down

0 comments on commit f64c7cf

Please sign in to comment.