Commit 63bf35e0 authored by Evan Read's avatar Evan Read

Merge branch 'fix-conflicting-needs-and-dependencies-in-java-examples' into 'master'

[documentation] Remove `dependencies` keyword from Maven & Gradle examples

See merge request gitlab-org/gitlab!63476
parents eec20c95 c3f435f0
...@@ -177,8 +177,6 @@ coverage-jdk11: ...@@ -177,8 +177,6 @@ coverage-jdk11:
# convert report from jacoco to cobertura, using relative project path # convert report from jacoco to cobertura, using relative project path
- python /opt/cover2cover.py target/site/jacoco/jacoco.xml $CI_PROJECT_DIR/src/main/java/ > target/site/cobertura.xml - python /opt/cover2cover.py target/site/jacoco/jacoco.xml $CI_PROJECT_DIR/src/main/java/ > target/site/cobertura.xml
needs: ["test-jdk11"] needs: ["test-jdk11"]
dependencies:
- test-jdk11
artifacts: artifacts:
reports: reports:
cobertura: target/site/cobertura.xml cobertura: target/site/cobertura.xml
...@@ -215,8 +213,6 @@ coverage-jdk11: ...@@ -215,8 +213,6 @@ coverage-jdk11:
# convert report from jacoco to cobertura, using relative project path # convert report from jacoco to cobertura, using relative project path
- python /opt/cover2cover.py build/jacoco/jacoco.xml $CI_PROJECT_DIR/src/main/java/ > build/cobertura.xml - python /opt/cover2cover.py build/jacoco/jacoco.xml $CI_PROJECT_DIR/src/main/java/ > build/cobertura.xml
needs: ["test-jdk11"] needs: ["test-jdk11"]
dependencies:
- test-jdk11
artifacts: artifacts:
reports: reports:
cobertura: build/cobertura.xml cobertura: build/cobertura.xml
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment