From f440ff6fb231fc57673f1231afe29f07b8c4a3b3 Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Thu, 20 Nov 2025 08:54:16 +0100 Subject: [PATCH] fix(pipeline): Use --no-daemon for gradle build --- .gitea/workflows/pipeline.yaml | 6 +++--- legalconsenthub-backend/README.md | 2 +- legalconsenthub/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 8711585..268e870 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -150,13 +150,13 @@ jobs: run: chmod +x gradlew - name: Build application - run: ./gradlew build -x test + run: ./gradlew build -x test --no-daemon - name: Run ktlint check - run: ./gradlew ktlintCheck + run: ./gradlew ktlintCheck --no-daemon - name: Run tests - run: ./gradlew test + run: ./gradlew test --no-daemon env: SPRING_PROFILES_ACTIVE: testcontainers diff --git a/legalconsenthub-backend/README.md b/legalconsenthub-backend/README.md index d80375f..b6113c2 100644 --- a/legalconsenthub-backend/README.md +++ b/legalconsenthub-backend/README.md @@ -2,4 +2,4 @@ ## Pipeline Triggering -Trigger count: 9 +Trigger count: 10 diff --git a/legalconsenthub/README.md b/legalconsenthub/README.md index 5b2c106..e92dc64 100644 --- a/legalconsenthub/README.md +++ b/legalconsenthub/README.md @@ -2,4 +2,4 @@ ## Pipeline Triggering -Trigger count: 9 +Trigger count: 10