fix: update Gradle build command to use gradlew for consistency in workflow
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 58s

This commit is contained in:
Your Name
2025-03-27 12:33:22 +01:00
parent 711c34a95d
commit 9e3fa5d5ac

View File

@@ -19,7 +19,7 @@ jobs:
run: ls "${{ gitea.workspace }}/environmentex" run: ls "${{ gitea.workspace }}/environmentex"
- name: Verify Gradle Installation - 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 - name: show if jar is built
run: ls ${{ gitea.workspace }} run: ls ${{ gitea.workspace }}