mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-17 11:24:56 -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_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:
|
||||
|
@ -1,4 +1,4 @@
|
||||
before_install:
|
||||
- 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
|
Loading…
x
Reference in New Issue
Block a user