feat: update Gradle container image to version 0.0.3 and modify build command
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 56s

This commit is contained in:
Your Name
2025-03-27 12:21:58 +01:00
parent 1c975a2dc9
commit 1204c7441e

View File

@@ -6,7 +6,7 @@ jobs:
Build-Gradle: Build-Gradle:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: gitea.hessj.de/administrator/gradle:0.0.2 image: gitea.hessj.de/administrator/gradle:0.0.3
steps: steps:
- name: Checkout Repository - name: Checkout Repository
@@ -19,4 +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 run: cd "${{ gitea.workspace }}/environmentex" && gradle build --no-daemon
- name: show if jar is built
run: ls ${{ gitea.workspace }}