java 15: fix pipelines

This commit is contained in:
Bixilon 2020-11-03 13:19:55 +01:00
parent 19f8ea68c5
commit 53ecabf208
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ variables:
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"
image: maven:3-openjdk-14
image: maven:3-openjdk-15
cache:
paths:
@ -14,4 +14,4 @@ stages:
verify:
stage: verify
script:
- 'mvn $MAVEN_CLI_OPTS verify'
- 'mvn $MAVEN_CLI_OPTS verify'

View File

@ -1,4 +1,4 @@
before_install:
- wget https://github.com/sormuras/bach/raw/master/install-jdk.sh
- source install-jdk.sh --feature 14
- jshell --version
- source install-jdk.sh --feature 15
- jshell --version