mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 06:52:02 -08:00
try jre over jdk
This commit is contained in:
parent
ad53113eb0
commit
ecdea6dd8c
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -19,13 +19,14 @@ jobs:
|
|||
|
||||
- uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: 11
|
||||
java-version: 8
|
||||
java-package: jre
|
||||
# https://github.com/actions/setup-java#supported-distributions
|
||||
distribution: zulu
|
||||
cache: maven
|
||||
|
||||
# https://docs.travis-ci.com/user/languages/java/#maven-dependency-management
|
||||
- run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
|
||||
- run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -T 1C
|
||||
|
||||
# https://docs.travis-ci.com/user/languages/java/#maven-default-script-command
|
||||
- run: mvn test -B
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue