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
main
gradle-cache
ad38503
1 file changed (+1 additions, -0 deletions)
📝 gradle.properties (+1 -0)
gradle.properties
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
./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.
No dependencies set.
The note is not visible to the blocked user.
📋 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.