[ https://issues.apache.org/jira/browse/LUCENE-9921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17444789#comment-17444789 ]
Dawid Weiss commented on LUCENE-9921: ------------------------------------- > I even fixated it in my build.gradle at 62.2 to prevent other libraries from > picking a different version... but if another library needs a higher version, > that higher version is apparently selected by Gradle (rather than stopping > with a version conflict). This depends on how you configure gradle. In Lucene, indeed, the highest version out of all the dependency graph will be selected. This isn't technically gradle but Palantir's consistent version plugin. > Can ICU regeneration tasks treat icu version as input? > ------------------------------------------------------ > > Key: LUCENE-9921 > URL: https://issues.apache.org/jira/browse/LUCENE-9921 > Project: Lucene - Core > Issue Type: Task > Reporter: Robert Muir > Priority: Major > > ICU 69 was released, so i was playing with the upgrade just to test it out > and test out our regeneration. > Running {{gradlew regenerate}} naively wasn't helpful, regeneration tasks > were SKIPPED by the build. > So I'm curious if the ICU version can be treated as an "input" to these > tasks, such that if it changes, tasks know the generated output is stale? -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org