gerlowskija commented on code in PR #862:
URL: https://github.com/apache/solr/pull/862#discussion_r1014216626
##########
build.gradle:
##########
@@ -207,3 +207,5 @@ apply from: file('gradle/ant-compat/solr.post-jar.gradle')
apply from: file('gradle/node.gradle')
+sourceCompatibility = JavaVersion.VERSION_17
+targetCompatibility = JavaVersion.VERSION_17
Review Comment:
Oof, yeah dodged a bullet there it looked like. Though it makes sense - if
I'd broken our JDK 11 builds I think we would've noticed a long time ago 😰 .
--
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]