gautamworah96 commented on a change in pull request #175: URL: https://github.com/apache/lucene/pull/175#discussion_r647040460
########## File path: gradle/java/javac.gradle ########## @@ -16,6 +16,15 @@ */ // Configure Java project defaults. +java { + toolchain { + languageVersion = JavaLanguageVersion.of(11) + } +} + +tasks.withType( JavaCompile ).configureEach { Review comment: Thanks for adding and reviewing the patch! Sure. gradle/hacks makes sense. I'll also follow up on the ticket to see if there is a better way to solve this. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org