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

Merge branch '1-update-build-image-java-version' into 'master'

Resolve "Update build image java version"

Closes #1

See merge request !1
parents 936fe414 4e723a41
No related branches found
No related tags found
1 merge request!1Resolve "Update build image java version"
Checking pipeline status
......@@ -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