Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthale authored Oct 2, 2022
1 parent 4ad2631 commit 34678db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 19
uses: oracle-actions/setup-java@v1
uses: actions/setup-java@v3
with:
website: 'oracle.com'
release: 'EA'
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '19'
architecture: 'x64' # defaults to 'x64'
- name: Cache Maven packages
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 34678db

Please sign in to comment.