Revert "Maybe the gradle container is the problem"

This reverts commit cb855b7af0
This commit is contained in:
Johannes Frohnmeyer 2022-01-28 15:16:04 +00:00
parent cb855b7af0
commit f7815c8368
1 changed files with 1 additions and 2 deletions

View File

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