hopefully fix gitlab ci concurrent issue

This commit is contained in:
Bixilon 2022-12-10 14:18:15 +01:00
parent 1271b7f762
commit b1762560a7
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -2,6 +2,7 @@ image: openjdk:11-jdk-slim
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_PATH/$CI_COMMIT_SHA
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle_home