janhoy commented on code in PR #2497:
URL: https://github.com/apache/solr/pull/2497#discussion_r1626628157
##########
build.gradle:
##########
@@ -31,8 +31,8 @@ plugins {
}
// Declare default Java versions for the entire project and for SolrJ
separately
-rootProject.ext.minJavaVersionDefault = JavaVersion.VERSION_11
-rootProject.ext.minJavaVersionSolrJ = JavaVersion.VERSION_11
+rootProject.ext.minJavaVersionDefault = JavaVersion.VERSION_21
+rootProject.ext.minJavaVersionSolrJ = JavaVersion.VERSION_21
Review Comment:
Use Java 17 for SolrJ
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]