From 1c975a2dc98446b4cfb9a123fd077b7d01091705 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 27 Mar 2025 12:16:25 +0100 Subject: [PATCH] feat: update Gradle verification step to run build instead of version check --- .gitea/workflows/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 43f0731..5159d5f 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -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