diff options
author | Thomas <> | 2021-04-16 22:14:10 +0200 |
---|---|---|
committer | Thomas <> | 2021-04-16 22:14:10 +0200 |
commit | 3e3ba151078537a04dadce070934685c754336ff (patch) | |
tree | 743ab6df525937598814bce07c090c987c0178f2 | |
parent | a849dd49daf60128db79311293d7f5c466bd0642 (diff) | |
download | EAAF-Components-3e3ba151078537a04dadce070934685c754336ff.tar.gz EAAF-Components-3e3ba151078537a04dadce070934685c754336ff.tar.bz2 EAAF-Components-3e3ba151078537a04dadce070934685c754336ff.zip |
build eaaf-components with JDK11 in Gitlab CI
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82dd4609..f97b1f15 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,5 @@ -image: maven:latest +#image: maven:latest +image: maven:3.6.3-jdk-11 variables: LC_ALL: "en_US.UTF-8" |