iamsanjay commented on PR #2498: URL: https://github.com/apache/solr/pull/2498#issuecomment-2157150820
If crave.yml change the Java version to 21, `gradlew check` should fail, more specifically the `ecj-lint` version that we are currently using make sure the Java version should be less than or equal to 19. > Task :solr:api:ecjLintMain FAILED > source level should be in '1.1'...'1.8','9'...'19' (or '5.0'..'19.0'): 21 And, `dependancy-analyze` task should also fail which we have disabled in #2497 just to make it run. > Task :solr:modules:scripting:analyzeTestClassesDependencies > Dependency analysis found issues. > unusedDeclaredArtifacts > - org.apache.solr:test-framework:10.0.0-SNAPSHOT@ -- 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...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org