Skip to content
Snippets Groups Projects
Commit 39a19072 authored by Cédric Willekens's avatar Cédric Willekens
Browse files

Specifiy java version for heroku in system.properties

parent 212629ae
No related branches found
No related tags found
No related merge requests found
......@@ -69,21 +69,21 @@ include:
- template: Security/License-Management.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/gitlab/ci/templates/Security/License-Management.gitlab-ci.yml
- template: Security/SAST.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/gitlab/ci/templates/Security/SAST.gitlab-ci.yml
build:
image: gradle:jdk12
stage: build
script:
- ./graldew build
#build:
# image: gradle:jdk12
# stage: build
# script:
# - ./graldew build
test:
image: gradle:jdk12
# image: gradle:jdk12
stage: test
only:
- master
- development
- merge_requests
script:
- ./gradlew test
# script:
# - ./gradlew test
after_script:
- awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print covered, "/", instructions, " instructions covered"; print 100*covered/instructions, "% covered" }' /app/target/site/jacoco/jacoco.csv
java.runtime.version=11
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment