[jvm] Gradle cache and parallel builds
Offen
jvm
- Vorherrschende Sprache
- Kotlin
- Sterne
- 101
- Forks
- 18
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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:
```properties
org.gradle.caching=true
org.gradle.parallel=true
```
and run `gradle clean build`, everything seems to be okay.
Beitragsleitfaden
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- kotlin
- Bereich
- build-system
- Issue-Typ
- Feature
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 42/100