mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 14:37:13 -06:00
GitHub Actions: cache buildSrc/build to speed up Gradle builds by ~40 seconds
This commit is contained in:
4
.github/workflows/natives.yml
vendored
4
.github/workflows/natives.yml
vendored
@@ -63,7 +63,9 @@ jobs:
|
||||
with:
|
||||
java-version: 21
|
||||
distribution: temurin
|
||||
cache: gradle
|
||||
|
||||
- name: Cache Gradle
|
||||
uses: ./.github/actions/cache-gradle
|
||||
|
||||
- name: Build with Gradle
|
||||
# --no-daemon is necessary on Windows otherwise caching Gradle would fail with:
|
||||
|
||||
Reference in New Issue
Block a user