Skip to content
Snippets Groups Projects
Commit e7afa0ef authored by Mark Chance's avatar Mark Chance
Browse files

avoid azure code coverage issue

parent 47d00f2f
No related branches found
No related tags found
2 merge requests!620Update version of default branch to 0.27.0-SNAPSHOT,!535Extend cron to catch about to expire legal tags
Pipeline #247819 failed
......@@ -2,6 +2,7 @@ variables:
CORE_BUILD_SUBDIR: legal-core
CORE_SKIP_COVERAGE: "true"
CORE_COVERAGE_THRESHOLD: 80
AZURE_COVERAGE_THRESHOLD: 80
AWS_BUILD_SUBDIR: provider/legal-aws/build-aws
AWS_TEST_SUBDIR: testing/legal-test-aws
......@@ -80,7 +81,7 @@ include:
- local: "devops/core-plus/pipeline/override-stages.yml"
.maven:
image: maven:3.8.3-openjdk-17-slim
image: maven:3.9.3-openjdk-17-slim
tags: ["osdu-medium"]
variables:
MAVEN_REPO_PATH: "$CI_PROJECT_DIR/.m2/repository"
......@@ -178,7 +179,7 @@ include:
- echo 'xargs -0rI {} $MAVEN_BUILD {} "$@" < $ALL_MAVEN_BUILD_DIRS_Z' >> $MAVEN_FOREACH
download_plugins:
image: maven:3.8.3-openjdk-17-slim
image: maven:3.9.3-eclipse-temurin-17
stage: build
variables:
OSM_PACKAGE_REGISTRY_URL: "https://community.opengroup.org/api/v4/projects/1448/packages/maven"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment