fix: change Gradle command from gradlew to gradle 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"
|
||||
|
||||
- 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 }}
|
||||
|
||||
Reference in New Issue
Block a user