Loading .gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,12 @@ include: file: "templates/gitlab-ci-gradle.yml" # variables variables: GRADLE_NO_DEPENDENCY_CHECK: "true" GRADLE_SBOM_DISABLED: "true" # your pipeline stages stages: - build Loading Loading
.gitlab-ci.yml +6 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,12 @@ include: file: "templates/gitlab-ci-gradle.yml" # variables variables: GRADLE_NO_DEPENDENCY_CHECK: "true" GRADLE_SBOM_DISABLED: "true" # your pipeline stages stages: - build Loading