feat: update Gradle verification step to run build instead of version check
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 48s
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 48s
This commit is contained in:
@@ -19,4 +19,4 @@ jobs:
|
||||
run: ls "${{ gitea.workspace }}/environmentex"
|
||||
|
||||
- name: Verify Gradle Installation
|
||||
run: cd "${{ gitea.workspace }}/environmentex" && /usr/bin/gradle --version
|
||||
run: cd "${{ gitea.workspace }}/environmentex" && gradle build
|
||||
|
||||
Reference in New Issue
Block a user