fix: update Gradle build command to use gradlew for consistency in workflow
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 58s
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 58s
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user