Select Git revision
jarRepositories.xml
Forked from
COUETOUX Basile / graphic-2020
Source project has a limited visibility.
-
couetoux.b authoredcouetoux.b authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitlab-ci.yml 280 B
image: gradle:jdk17
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
cache:
paths:
- .gradle/wrapper
- .gradle/caches
java:
stage: test
script:
- gradle test
artifacts:
when: always
reports:
junit: build/test-results/test/**/TEST-*.xml