diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 6efaa63..8cbec51 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -6,14 +6,14 @@ jobs: Build-Gradle: runs-on: ubuntu-latest container: - image: gitea.hessj.de/administrator/gradle:0.0.3 + image: gitea.hessj.de/administrator/gradle:0.0.31 steps: - name: Checkout Repository uses: actions/checkout@v4 - name: test - run: ping -c 4 papermc.io + run: /opt/gradle-8.13/bin/gradle --version - name: List files in the repository run: ls ${{ gitea.workspace }}