rmuir commented on PR #14540: URL: https://github.com/apache/lucene/pull/14540#issuecomment-2822868442
hmm I'm unable to do a `gradlew writelocks` on this branch to move this one along. Something confusing is happening with `benchmark/` that seems to cause just `benchmark/` to want a different version of commons-codec library. damn puzzler ``` > Task :writeLocks FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':writeLocks'. > Multiple versions of the same dependency found in group 'main_dependencies': 1) commons-codec:commons-codec - version 1.17.1 used by: Configuration compileClasspath in :lucene:benchmark Configuration runtimeClasspath in :lucene:benchmark - version 1.17.2 used by: Configuration compileClasspath in :lucene:luke Configuration runtimeClasspath in :lucene:luke Configuration compileClasspath in :lucene:analysis:phonetic Configuration runtimeClasspath in :lucene:analysis:phonetic more insight into these dependencies: gradlew :lucene:benchmark:dependencyInsight --dependency "commons-codec:commons-codec" --configuration "compileClasspath" gradlew :lucene:benchmark:dependencyInsight --dependency "commons-codec:commons-codec" --configuration "runtimeClasspath" gradlew :lucene:luke:dependencyInsight --dependency "commons-codec:commons-codec" --configuration "compileClasspath" gradlew :lucene:luke:dependencyInsight --dependency "commons-codec:commons-codec" --configuration "runtimeClasspath" gradlew :lucene:analysis:phonetic:dependencyInsight --dependency "commons-codec:commons-codec" --configuration "compileClasspath" gradlew :lucene:analysis:phonetic:dependencyInsight --dependency "commons-codec:commons-codec" --configuration "runtimeClasspath" ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org