bump gradle version to 9.7.1
CI / Compile, test and publish (push) Successful in 4m20s

This commit is contained in:
2026-08-24 13:59:52 +08:00
parent 8605fcecaf
commit 096f9dd172
6 changed files with 13 additions and 7 deletions
+4 -2
View File
@@ -4,7 +4,7 @@ on:
branches: [ master ]
env:
JAVA_VERSION: '21'
GRADLE_VERSION: '8.14.5'
GRADLE_VERSION: '9.7.1'
jobs:
build:
name: Compile, test and publish
@@ -12,6 +12,8 @@ jobs:
timeout-minutes: 30
container:
image: gitea.woggioni.net/woggioni/gitea-runner/debian:latest
volumes:
- gitea-runner:/var/lib/gitea-runner
steps:
- name: Checkout repository
uses: actions/checkout@v6
@@ -31,7 +33,7 @@ jobs:
cache-read-only: false
- name: Run Gradle build
run: ./gradlew build --no-daemon
run: ./gradlew build
- name: Publish to Gitea
env: