[jvm] Gradle cache and parallel builds

Open
#538 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
42/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
kotlin
Domain
build-system

Research direction

Start by reviewing the Gradle build configuration and the effects of enabling org.gradle.caching and org.gradle.parallel. Run gradle clean build with both properties enabled, then compare the result with the current defaults; done means confirming whether the build remains reliable and documenting or addressing any blocker.

Written by the indexing model from the issue text.

Description

jvm

Currently, Gradle optimization features org.gradle.caching and org.gradle.parallel are not enabled.

Is there an issue that prevents to enable them by default?

When I add:

org.gradle.caching=true
org.gradle.parallel=true

and run gradle clean build, everything seems to be okay.

Dominant language
Kotlin
Stars
101
Forks
18
PR merge metrics
No merged PRs in 30d

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.

More from diffplug/selfie

All issues in diffplug/selfie

Similar issues

More Kotlin issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.