From 81543d5e514a9beb3541b5d249f04c204381e249 Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Thu, 20 Nov 2025 10:11:21 +0100 Subject: [PATCH] fix(pipeline): Run build with debug --- .gitea/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index c6a1340..e608fc9 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -140,7 +140,7 @@ jobs: run: chmod +x gradlew - name: Build application - run: ./gradlew build -x test + run: ./gradlew build --debug -x test - name: Run ktlint check run: ./gradlew ktlintCheck