Skip to content
Snippets Groups Projects
Commit 163d925d authored by Sören Henning's avatar Sören Henning
Browse files

Try speeding up Gradle build

parent fbee7101
No related branches found
No related tags found
3 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
...@@ -37,10 +37,11 @@ lint-helm: ...@@ -37,10 +37,11 @@ lint-helm:
GRADLE_OPTS: "-Dorg.gradle.daemon=false" GRADLE_OPTS: "-Dorg.gradle.daemon=false"
cache: cache:
paths: paths:
- .gradle - .gradle/wrapper
- .gradle/caches
before_script: before_script:
- cd theodolite-benchmarks
- export GRADLE_USER_HOME=`pwd`/.gradle - export GRADLE_USER_HOME=`pwd`/.gradle
- cd theodolite-benchmarks
build-benchmarks: build-benchmarks:
stage: build stage: build
...@@ -223,8 +224,8 @@ deploy-uc4-load-generator: ...@@ -223,8 +224,8 @@ deploy-uc4-load-generator:
- .gradle/wrapper - .gradle/wrapper
- .gradle/caches - .gradle/caches
before_script: before_script:
- cd theodolite-quarkus
- export GRADLE_USER_HOME=`pwd`/.gradle - export GRADLE_USER_HOME=`pwd`/.gradle
- cd theodolite-quarkus
build-theodolite-jvm: build-theodolite-jvm:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment