Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jam01 authored Nov 20, 2023
1 parent fde3c6b commit c56912e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@ jobs:
with:
# needed for license-plugin to check last modified date of each file
fetch-depth: 0
- name: Set up JDK
uses: oracle-actions/setup-java@v1
- uses: actions/setup-java@v3
with:
website: jdk.java.net
release: 20
distribution: 'oracle'
java-version: '19'
- name: Cache local Maven repository
uses: actions/cache@v3
with:
Expand Down

0 comments on commit c56912e

Please sign in to comment.