risdenk commented on a change in pull request #324:
URL: https://github.com/apache/solr/pull/324#discussion_r794633440



##########
File path: gradle/validation/validate-source-patterns.gradle
##########
@@ -108,6 +108,11 @@ allprojects {
 configure(project(':solr:core')) {
   project.tasks.withType(ValidateSourcePatternsTask) {
     sourceFiles.exclude 'src/**/CheckLoggingConfiguration.java'
+  }
+}
+
+configure(project(':solr:modules:hdfs')) {
+  project.tasks.withType(ValidateSourcePatternsTask) {

Review comment:
       Actually this can be fixed. There were previously `//nowarn` but needs 
to be `// nowarn_valid_logger` apparently now. Will push the fix shortly.




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

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



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

Reply via email to