Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
39e563bb
Unverified
Commit
39e563bb
authored
Oct 07, 2021
by
Geertjan Wielenga
Committed by
GitHub
Oct 07, 2021
Browse files
Introduce fixed JDK versions and an OpenJDK distro to support it (#496)
* Introduce fixed JDK versions * Switch from temurin to zulu
parent
6603e31d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/main.yml
View file @
39e563bb
...
@@ -11,14 +11,16 @@ jobs:
...
@@ -11,14 +11,16 @@ jobs:
matrix
:
matrix
:
java-version
:
java-version
:
-
8
-
8
-
8.0.192
-
11
-
11
-
11.0.3
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/checkout@v2
-
name
:
Set up JDK ${{ matrix.java-version }}
-
name
:
Set up JDK ${{ matrix.java-version }}
uses
:
actions/setup-java@v2
uses
:
actions/setup-java@v2
with
:
with
:
java-version
:
${{ matrix.java-version }}
java-version
:
${{ matrix.java-version }}
distribution
:
adopt
distribution
:
zulu
-
name
:
Cache Maven packages
-
name
:
Cache Maven packages
uses
:
actions/cache@v2
uses
:
actions/cache@v2
with
:
with
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment