fix: change Gradle command from gradlew to gradle 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:32:05 +01:00
parent aec1e507d7
commit 711c34a95d

View File

@@ -19,7 +19,7 @@ jobs:
run: ls "${{ gitea.workspace }}/environmentex"
- name: Verify Gradle Installation
run: cd "${{ gitea.workspace }}/environmentex" && gradlew build --stacktrace --no-daemon
run: cd "${{ gitea.workspace }}/environmentex" && gradle build --stacktrace --no-daemon
- name: show if jar is built
run: ls ${{ gitea.workspace }}