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:
|
||||
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 }}
|
||||
|
||||
Reference in New Issue
Block a user