From a8f469996d3e0862900588295d991abb61831d47 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Thu, 9 Jun 2022 16:42:23 +0200 Subject: build(ci): define Java 11 for code-quality checks --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 750c1e0..8f8638e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,16 @@ include: - template: Security/SAST.gitlab-ci.yml - template: Secret-Detection.gitlab-ci.yml +## skip jUnit tests in Test jobs to speed-up build time +dependency_scanning: + variables: + DS_JAVA_VERSION: 11 + +spotbugs-sast: + variables: + SAST_JAVA_VERSION: 11 + + default: tags: - docker -- cgit v1.2.3