fiddle
All checks were successful
Build with cached gradle / Build-with-gradle (push) Successful in 2m16s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s

This commit is contained in:
2026-01-23 22:10:43 -06:00
parent e2fb6c8c53
commit 6ad62b8339

View File

@@ -10,9 +10,9 @@ jobs:
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '21'
java-version: '22'
cache: 'gradle'
cache-dependency-path: | # optional
sub-project/*.gradle*
sub-project/**/gradle-wrapper.properties
# cache-dependency-path: | # optional
# sub-project/*.gradle*
# sub-project/**/gradle-wrapper.properties
- run: ./gradlew build --no-daemon