diff options
author | Thomas <> | 2022-06-08 13:25:54 +0200 |
---|---|---|
committer | Thomas <> | 2022-06-08 13:25:54 +0200 |
commit | eb05160cfb3c32dd7b75f8f109e3fa3c4b12c0c1 (patch) | |
tree | 0b28210a97f5ec30db2c48deeaf4d87ab8ff9b29 /.gitlab-ci.yml | |
parent | d81250242d116c7201f3a9d10acafc65b7567bd7 (diff) | |
download | EAAF-Components-eb05160cfb3c32dd7b75f8f109e3fa3c4b12c0c1.tar.gz EAAF-Components-eb05160cfb3c32dd7b75f8f109e3fa3c4b12c0c1.tar.bz2 EAAF-Components-eb05160cfb3c32dd7b75f8f109e3fa3c4b12c0c1.zip |
build(ci): use Java 11 for dependency scanning because template does not run with Java 17
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 04de68a7..17e503e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,8 @@ include: ## skip jUnit tests in Test jobs to speed-up build time dependency_scanning: variables: - MAVEN_CLI_OPTS: "-DskipTests --settings ${CI_PROJECT_DIR}/.cisettings.xml" + MAVEN_CLI_OPTS: "-DskipTests --settings ${CI_PROJECT_DIR}/.cisettings.xml" + DS_JAVA_VERSION: 11 spotbugs-sast: variables: |