From 1204c7441e28f10934ffb93d5748c1b029dae5c8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 27 Mar 2025 12:21:58 +0100 Subject: [PATCH] feat: update Gradle container image to version 0.0.3 and modify build command --- .gitea/workflows/action.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 5159d5f..b281cef 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -6,7 +6,7 @@ jobs: Build-Gradle: runs-on: ubuntu-latest container: - image: gitea.hessj.de/administrator/gradle:0.0.2 + image: gitea.hessj.de/administrator/gradle:0.0.3 steps: - name: Checkout Repository @@ -19,4 +19,7 @@ jobs: run: ls "${{ gitea.workspace }}/environmentex" - name: Verify Gradle Installation - run: cd "${{ gitea.workspace }}/environmentex" && gradle build + run: cd "${{ gitea.workspace }}/environmentex" && gradle build --no-daemon + + - name: show if jar is built + run: ls ${{ gitea.workspace }}