[ https://issues.apache.org/jira/browse/LUCENE-10195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17434344#comment-17434344 ]
Jerome Prinet commented on LUCENE-10195: ---------------------------------------- First, thanks David for sharing some context, it is definitely helpful. In regards with cache, you can rely only on local cache (in my case went up to 28Mo), which does not prevent the build from being run/tested on different systems. You can even wipe this periodically to keep it minimal. About Gradle configuration, I'd rather have the local related settings in _~/.gradle/gradle.properties_ which takes precedence over the project's _gradle.properties_ (see [here|[https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties])] My bad for the files, I didn't get the point. I was probably surprised by having them colocated with some Java source files. Anyway, you're right, any IO bound operation is most likely not to give you real benefit when cached. Thanks for reviewing! > Gradle build speed improvement > ------------------------------ > > Key: LUCENE-10195 > URL: https://issues.apache.org/jira/browse/LUCENE-10195 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Jerome Prinet > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > Increase Gradle build speed with help of Gradle built-in features, mostly > cache and up-to-date checks > -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org