Skip to content
Snippets Groups Projects

Master

1 file
+ 0
18
Compare changes
  • Side-by-side
  • Inline
image: gradle:jdk16
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
\ No newline at end of file
Loading