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: ...@@ -14,7 +14,7 @@ build:
image: openjdk:8 image: openjdk:8
stage: build stage: build
script: script:
- ./gradlew --console=plain assemble jar - ./gradlew --console=plain --no-daemon assemble jar
artifacts: artifacts:
paths: paths:
- "/builds/jastadd/relational-rags/build/libs/relast-*.jar" - "/builds/jastadd/relational-rags/build/libs/relast-*.jar"
...@@ -23,4 +23,4 @@ test: ...@@ -23,4 +23,4 @@ test:
image: openjdk:8 image: openjdk:8
stage: test stage: test
script: 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