Maybe the gradle container is the problem

This commit is contained in:
Johannes Frohnmeyer 2022-01-28 14:49:14 +00:00
parent 246a03175b
commit cb855b7af0
1 changed files with 2 additions and 1 deletions

View File

@ -1,10 +1,11 @@
image: gradle:jdk17
image: archlinux:latest
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
- pacman -Sy jdk-openjdk gradle --noconfirm
stages:
- build