[PR #324] [MERGED] Enable Gradle build caching #500

Closed
opened 2025-12-30 01:24:58 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: gradle-cache


📝 Commits (1)

📊 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:

Running ./gradlew clean build console=plain

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.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/324 **Author:** [@StefMa](https://github.com/StefMa) **Created:** 3/15/2024 **Status:** ✅ Merged **Merged:** 3/20/2024 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `main` ← **Head:** `gradle-cache` --- ### 📝 Commits (1) - [`ad38503`](https://github.com/apple/pkl/commit/ad385035bdc5eeea563b3568562dfffdd4aec830) Enable Gradle caching ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `gradle.properties` (+1 -0) </details> ### 📄 Description Speed ups developing process *a bit* 🙃 See also https://docs.gradle.org/current/userguide/build_cache.html Some statistics: > Running `./gradlew clean build console=plain` **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* --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:24:58 +01:00
adam closed this issue 2025-12-30 01:24:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#500