I'm trying to build the RC1 of 9.1 release. Here are the errors I ran into: * Where: Script '/home/ishan/code/solr/gradle/globals.gradle' line: 78
* What went wrong: Execution failed for task ':rat'. > Detected license header issues (skip with -Pvalidation.rat.failOnError= false): Unknown license: /home/ishan/code/solr/out/production/core/SystemCollectionSolrConfig.xml Unknown license: /home/ishan/code/solr/out/production/core/SystemCollectionSchema.xml Unknown license: /home/ishan/code/solr/out/test/solrj/solrj/sampleRangeFacetResponse.xml Unknown license: /home/ishan/code/solr/out/test/solrj/solrj/sampleGroupResponse.xml Unknown license: /home/ishan/code/solr/out/test/core/solr/collection1/conf/schema- snippet-type.xml Unknown license: /home/ishan/code/solr/out/test/core/solr/collection1/conf/schema- snippet-field.xml Unknown license: /home/ishan/code/solr/out/test/core/solr/collection1/conf/solrconfig- snippet-processor.xml https://termbin.com/rjui I fixed them locally (to add ASF license in the XML files), but then ran into various *.txt files that have tabs, not spaces. Clearly, these are all false alarms, and all the files here are last edited years ago. Should we add -Pvalidation.sourcePatterns.failOnError=false to the release script and move on?