Enable Gradle's configuration cache
Open
Nobody has claimed this yet.
project
- Dominant language
- Swift
- Stars
- 3.2k
- Forks
- 106
- Avg merge
- 6d 13h
- Merged PRs (30d)
- 1
Description
Skip 1.6.8 is now compatible with Gradle's configuration cache.
I just created a new Skip Lite project with skip init in Skip 1.6.8, then edited Android/gradle.properties by hand, adding this line:
org.gradle.configuration-cache=true
The build succeeded, and the build was noticeably faster. This should be enabled for everyone!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open Android/gradle.properties and check how the configuration-cache setting is represented in the project. Enable org.gradle.configuration-cache=true, then create a Skip Lite project with skip init and verify that its Android build succeeds with the setting enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100