[jvm] Gradle cache and parallel builds
Open
jvm
- Dominant language
- Kotlin
- Stars
- 101
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.