summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <>2023-11-29 10:07:57 +0100
committerThomas <>2023-11-29 10:07:57 +0100
commit804bf2bc8c62f1a3ed549520549efb86764e6214 (patch)
treeccda5a9dde3257c22801eed6e1039be03c4ee32e
parentb96944f03d573187a8ec94293124d7632d86e54d (diff)
downloadEAAF-Components-804bf2bc8c62f1a3ed549520549efb86764e6214.tar.gz
EAAF-Components-804bf2bc8c62f1a3ed549520549efb86764e6214.tar.bz2
EAAF-Components-804bf2bc8c62f1a3ed549520549efb86764e6214.zip
build(ci): switch to static JAVA 17 and maven version
-rw-r--r--.gitlab-ci.yml3
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"