From aec1e507d7e72681dffb98dd0702566672b92eb3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 27 Mar 2025 12:31:06 +0100 Subject: [PATCH] feat: update Gradle build command to use gradlew for improved consistency --- .gitea/workflows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index b281cef..923fe02 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -19,7 +19,7 @@ jobs: run: ls "${{ gitea.workspace }}/environmentex" - name: Verify Gradle Installation - run: cd "${{ gitea.workspace }}/environmentex" && gradle build --no-daemon + run: cd "${{ gitea.workspace }}/environmentex" && gradlew build --stacktrace --no-daemon - name: show if jar is built run: ls ${{ gitea.workspace }}