You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/11/03 19:34:29 UTC

[GitHub] [solr] risdenk commented on a diff in pull request #862: SOLR-16195: Correct task-mgmt API paths in ref-guide

risdenk commented on code in PR #862:
URL: https://github.com/apache/solr/pull/862#discussion_r1013322838


##########
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:
   @dsmiley / @gerlowskija should probably make sure to get that revert/change into 9.1 - I'm guessing most people are NOT testing with JDK 11?
   
   I'd be surprised if this change doesn't break running with JDK 11 somehow...



-- 
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-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org