[ 
https://issues.apache.org/jira/browse/LUCENE-9868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17309713#comment-17309713
 ] 

Dawid Weiss commented on LUCENE-9868:
-------------------------------------

> cache things (especially downloads) better. 

Possible, but not easy. You can make it similar to ivy - emulate a "repository" 
with a specific layout and make gradle thing the artifact is downloaded from 
there. The problem is when to update such artifacts since they contain no 
"version". I personally think a "clean" should really be a last resort thing in 
gradle. The build benefits from not cleaning - that's the point of those 
incremental tasks and caches, etc.

> reduce noise from icu regenerate.

Can be done similar to how we invoke exec in render-javadoc.gradle. Perhaps 
it'd be best to pull it up into a utility... but it does involve some magic. 
See attached (haven't tried on Linux).

> Verify checksums on generated files
> -----------------------------------
>
>                 Key: LUCENE-9868
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9868
>             Project: Lucene - Core
>          Issue Type: Sub-task
>            Reporter: Dawid Weiss
>            Assignee: Dawid Weiss
>            Priority: Minor
>         Attachments: quietExec.patch
>
>
> This would prevent accidental changes to generated resources/ files.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to