diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 5159d5f..b281cef 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -6,7 +6,7 @@ jobs: Build-Gradle: runs-on: ubuntu-latest container: - image: gitea.hessj.de/administrator/gradle:0.0.2 + image: gitea.hessj.de/administrator/gradle:0.0.3 steps: - name: Checkout Repository @@ -19,4 +19,7 @@ jobs: run: ls "${{ gitea.workspace }}/environmentex" - 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 }}