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:
5
.github/workflows/error-prone.yml
vendored
5
.github/workflows/error-prone.yml
vendored
@@ -14,6 +14,7 @@ on:
|
||||
- '.*'
|
||||
- '**/.settings/**'
|
||||
- 'flatlaf-core/svg/**'
|
||||
- 'flatlaf-natives/**'
|
||||
- 'flatlaf-testing/dumps/**'
|
||||
- 'flatlaf-testing/misc/**'
|
||||
- 'images/**'
|
||||
@@ -31,7 +32,9 @@ jobs:
|
||||
with:
|
||||
java-version: 21
|
||||
distribution: temurin # pre-installed on ubuntu-latest
|
||||
cache: gradle
|
||||
|
||||
- name: Cache Gradle
|
||||
uses: ./.github/actions/cache-gradle
|
||||
|
||||
- name: Check with Error Prone
|
||||
run: ./gradlew errorprone
|
||||
|
||||
Reference in New Issue
Block a user