feat: update Gradle build command to use gradlew for improved consistency
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 37s

This commit is contained in:
Your Name
2025-03-27 12:31:06 +01:00
parent 036776c458
commit aec1e507d7

View File

@@ -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 }}