Skip to content
Snippets Groups Projects
Commit 96d31272 authored by René Schöne's avatar René Schöne
Browse files

Testing with "--no-daemon" build

parent 72101b1e
No related branches found
No related tags found
1 merge request!16Resolve "Use cache in CI for gradle"
Pipeline #6318 passed
......@@ -14,7 +14,7 @@ build:
image: openjdk:8
stage: build
script:
- ./gradlew --console=plain assemble jar
- ./gradlew --console=plain --no-daemon assemble jar
artifacts:
paths:
- "/builds/jastadd/relational-rags/build/libs/relast-*.jar"
......@@ -23,4 +23,4 @@ test:
image: openjdk:8
stage: test
script:
- ./gradlew --console=plain --info test
- ./gradlew --console=plain --no-daemon --info test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment