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

This commit is contained in:
2026-08-24 13:43:13 +08:00
parent 8605fcecaf
commit ead204cd57
6 changed files with 24 additions and 31 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: