feat: update Gradle verification step to run build instead of version check
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 48s

This commit is contained in:
Your Name
2025-03-27 12:16:25 +01:00
parent 9ea796b2a2
commit 1c975a2dc9

View File

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