Skip to content
Snippets Groups Projects
Commit 4e723a41 authored by Colin DAMON's avatar Colin DAMON
Browse files

Update build image java version

parent 936fe414
No related branches found
No related tags found
1 merge request!1Resolve "Update build image java version"
Pipeline #37634 passed
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -17,7 +17,7 @@ format-check: ...@@ -17,7 +17,7 @@ format-check:
verify: verify:
stage: build stage: build
image: maven:3.6.3-jdk-11 image: maven:3.6.3-jdk-14
script: script:
- mvn checkstyle:check verify - mvn checkstyle:check verify
- awk -F"," '{ branches += $4 + $5 + $6 + $7; covered += $5 + $7 } END { print covered, "/", branches, "branches covered"; print 100*covered/branches, "%covered" }' target/site/jacoco/jacoco.csv - awk -F"," '{ branches += $4 + $5 + $6 + $7; covered += $5 + $7 } END { print covered, "/", branches, "branches covered"; print 100*covered/branches, "%covered" }' target/site/jacoco/jacoco.csv
......
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