Try using gradle alpine, even though that shouldn't change anything

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

View File

@ -1,4 +1,4 @@
image: gradle:jdk17
image: gradle:alpine
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"