Skip to content

Commit

Permalink
Changed to zulu for build env
Browse files Browse the repository at this point in the history
  • Loading branch information
lanthale authored Sep 30, 2023
1 parent 9326123 commit a3aaa4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up JDK 20
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '20'
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '21'
architecture: 'x64' # defaults to 'x64'
cache: 'maven'
- name: Cache Maven packages
Expand Down

0 comments on commit a3aaa4f

Please sign in to comment.