mirror of
https://github.com/apple/pkl.git
synced 2026-01-13 15:13:38 +01:00
[PR #324] [MERGED] Enable Gradle build caching #500
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/324
Author: @StefMa
Created: 3/15/2024
Status: ✅ Merged
Merged: 3/20/2024
Merged by: @bioball
Base:
main← Head:gradle-cache📝 Commits (1)
ad38503Enable Gradle caching📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
gradle.properties(+1 -0)📄 Description
Speed ups developing process a bit 🙃
See also https://docs.gradle.org/current/userguide/build_cache.html
Some statistics:
Cache disabled
clean build 1m 2s
clean build 53s
clean build 51s
260 actionable tasks: 248 executed, 12 up-to-date
Cache enabled
clean build 48s
clean build 37s
clean build 37s
260 actionable tasks: 153 executed, 69 from cache, 38 up-to-date
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.