fix: update Gradle Docker image version for consistency
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 42s
Some checks failed
Gitea Actions Demo / Build-Gradle (push) Failing after 42s
This commit is contained in:
@@ -6,14 +6,14 @@ jobs:
|
|||||||
Build-Gradle:
|
Build-Gradle:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: gitea.hessj.de/administrator/gradle:0.0.3
|
image: gitea.hessj.de/administrator/gradle:0.0.31
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: ping -c 4 papermc.io
|
run: /opt/gradle-8.13/bin/gradle --version
|
||||||
|
|
||||||
- name: List files in the repository
|
- name: List files in the repository
|
||||||
run: ls ${{ gitea.workspace }}
|
run: ls ${{ gitea.workspace }}
|
||||||
|
|||||||
Reference in New Issue
Block a user