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/pr-snapshots.yml
vendored
4
.github/workflows/pr-snapshots.yml
vendored
@@ -26,7 +26,9 @@ jobs:
|
||||
with:
|
||||
java-version: 21
|
||||
distribution: temurin # pre-installed on ubuntu-latest
|
||||
cache: gradle
|
||||
|
||||
- name: Cache Gradle
|
||||
uses: ./.github/actions/cache-gradle
|
||||
|
||||
- name: Publish PR snapshot to Sonatype Central
|
||||
run: >
|
||||
|
||||
Reference in New Issue
Block a user