diff options
author | Thomas <> | 2023-11-29 10:07:57 +0100 |
---|---|---|
committer | Thomas <> | 2023-11-29 10:07:57 +0100 |
commit | 804bf2bc8c62f1a3ed549520549efb86764e6214 (patch) | |
tree | ccda5a9dde3257c22801eed6e1039be03c4ee32e /.gitlab-ci.yml | |
parent | b96944f03d573187a8ec94293124d7632d86e54d (diff) | |
download | EAAF-Components-804bf2bc8c62f1a3ed549520549efb86764e6214.tar.gz EAAF-Components-804bf2bc8c62f1a3ed549520549efb86764e6214.tar.bz2 EAAF-Components-804bf2bc8c62f1a3ed549520549efb86764e6214.zip |
build(ci): switch to static JAVA 17 and maven version
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34ebc521..01bdd6b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,4 @@ -image: maven:latest -#image: maven:3.6.3-jdk-11 +image: maven:3.8.5-openjdk-17 variables: LC_ALL: "en_US.UTF-8" |