Update gradle.yml

This commit is contained in:
Shigure
2025-01-26 17:06:55 +08:00
committed by GitHub
parent 037db1225f
commit 03979dcc99

View File

@@ -31,7 +31,8 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
gradle-version: '8.7'
- name: Refresh dependencies cache
run: gradle clean --refresh-dependencies
- name: Build with Gradle
run: gradle build
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.