From 9e3fa5d5ac700047606d950c4f07ddac0be1bfa8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 27 Mar 2025 12:33:22 +0100 Subject: [PATCH] fix: update Gradle build command to use gradlew for consistency in workflow --- .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 8c31f9f..391bdba 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 --stacktrace --no-daemon + run: cd "${{ gitea.workspace }}/environmentex" && gradle wrapper && ./gradlew build --stacktrace --no-daemon - name: show if jar is built run: ls ${{ gitea.workspace }}