mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-18 03:44:54 -04:00
java 15: fix pipelines
This commit is contained in:
parent
19f8ea68c5
commit
53ecabf208
@ -2,7 +2,7 @@ variables:
|
|||||||
MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository"
|
MAVEN_OPTS: "-Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository"
|
||||||
MAVEN_CLI_OPTS: "--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true"
|
MAVEN_CLI_OPTS: "--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true"
|
||||||
|
|
||||||
image: maven:3-openjdk-14
|
image: maven:3-openjdk-15
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
@ -14,4 +14,4 @@ stages:
|
|||||||
verify:
|
verify:
|
||||||
stage: verify
|
stage: verify
|
||||||
script:
|
script:
|
||||||
- 'mvn $MAVEN_CLI_OPTS verify'
|
- 'mvn $MAVEN_CLI_OPTS verify'
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
before_install:
|
before_install:
|
||||||
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
|
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
|
||||||
- source install-jdk.sh --feature 14
|
- source install-jdk.sh --feature 15
|
||||||
- jshell --version
|
- jshell --version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user