skiptools / skiptools/skip

Enable Gradle's configuration cache

Open
#485 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.