diff options
author | Thomas <> | 2021-06-15 12:30:30 +0200 |
---|---|---|
committer | Thomas <> | 2021-06-15 12:30:30 +0200 |
commit | 1c6eba08f2a1c8008b85a71bc2c5d0a9d5e50361 (patch) | |
tree | da2c4308368631081bc6b6880f6f5e0969ec7734 /.gitlab-ci.yml | |
parent | 9f0fa316c8f7adeb3529cb4c3b2c553f085f7d95 (diff) | |
download | National_eIDAS_Gateway-1c6eba08f2a1c8008b85a71bc2c5d0a9d5e50361.tar.gz National_eIDAS_Gateway-1c6eba08f2a1c8008b85a71bc2c5d0a9d5e50361.tar.bz2 National_eIDAS_Gateway-1c6eba08f2a1c8008b85a71bc2c5d0a9d5e50361.zip |
fix some warning in maven build process and switch to another GitLab CI maven image
Diffstat (limited to '.gitlab-ci.yml')
-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 523230e3..9cecaf7f 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" |