Skip to content
Snippets Groups Projects
Commit 04d851fc authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg
Browse files

Merge branch '19-disable_gradle_daemon' into 'master'

Disable daemon for Gradle builds

Closes #19

See merge request !47
parents f8ae4910 e3a26f6f
No related branches found
No related tags found
1 merge request!47Disable daemon for Gradle builds
Pipeline #
Loading
Loading
@@ -6,6 +6,13 @@
# https://github.com/gradle/gradle
image: java:8
 
# Disable the Gradle daemon for Continuous Integration servers as correctness
# is usually a priority over speed in CI environments. Using a fresh
# runtime for each build is more reliable since the runtime is completely
# isolated from any previous builds.
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
# Make the gradle wrapper executable. This essentially downloads a copy of
# Gradle to build the project with.
# https://docs.gradle.org/current/userguide/gradle_wrapper.html
Loading
Loading
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