ErickErickson commented on a change in pull request #1186: LUCENE-9134: Port ant-regenerate tasks to Gradle build URL: https://github.com/apache/lucene-solr/pull/1186#discussion_r368662934
########## File path: gradle/defaults-java.gradle ########## @@ -6,6 +6,8 @@ allprojects { targetCompatibility = "11" compileJava.options.encoding = "UTF-8" + compileJava.options.compilerArgs << '-Xlint:unchecked' Review comment: Yep, saw that and I'll update this to master and resolve. ---------------------------------------------------------------- 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 With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org