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
......@@ -17,7 +17,7 @@ format-check:
verify:
stage: build
image: maven:3.6.3-jdk-11
image: maven:3.6.3-jdk-14
script:
- 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
......
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