dweiss commented on code in PR #2682:
URL: https://github.com/apache/solr/pull/2682#discussion_r1741910490
##########
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:
You'd need to use different toolchains, I think. But I have zero experience
with this, sorry.
--
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]