mikemccand commented on PR #13874: URL: https://github.com/apache/lucene/pull/13874#issuecomment-2403538869
Although, strangely, when I run `./gradlew clean check` I get this very odd (never seen this before) failure: ``` Unable to make progress running work. The following items are queued for execution but none of them can be \ started: - Build ':': - Waiting for nodes: - :lucene:documentation:check (state=SHOULD_RUN, dependencies=NOT_COMPLETE, group=task group 1, d\ ependencies=[:lucene:documentation:checkBrokenLinks (SHOULD_RUN), :lucene:documentation:licenses (EXECUTED)\ , :lucene:documentation:validateSourcePatterns (SHOULD_RUN)], waiting-for=[:lucene:documentation:checkBroke\ nLinks (SHOULD_RUN), :lucene:documentation:validateSourcePatterns (SHOULD_RUN)], has-failed-dependency=fals\ e ) - :lucene:test-framework:check (state=SHOULD_RUN, dependencies=NOT_COMPLETE, group=task group 1, \ dependencies=[:lucene:test-framework:ecjLint (SHOULD_RUN), :lucene:test-framework:forbiddenApis (SHOULD_RUN\ ), :lucene:test-framework:generateEmojiTokenizationTestChecksumCheck (EXECUTED), :lucene:test-framework:gen\ erateJavaUnicodeWordBreakTestChecksumCheck (EXECUTED), :lucene:test-framework:licenses (SHOULD_RUN), :lucen\ e:test-framework:spotlessCheck (SHOULD_RUN), :lucene:test-framework:test (SHOULD_RUN), :lucene:test-framewo\ rk:validateSourcePatterns (SHOULD_RUN)], waiting-for=[:lucene:test-framework:spotlessCheck (SHOULD_RUN), :l\ ucene:test-framework:test (SHOULD_RUN), :lucene:test-framework:ecjLint (SHOULD_RUN), :lucene:test-framework\ :forbiddenApis (SHOULD_RUN), :lucene:test-framework:validateSourcePatterns (SHOULD_RUN), :lucene:test-frame\ work:licenses (SHOULD_RUN)], has-failed-dependency=false ) ``` The gradle build then fails having tons of thinsg to do but none of them actionable/schedulable? Weird. if I separately run `./gradlew clean` and then `./gradlew check` then it's fine ... weird. I'm using Java 22. -- 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