mikemccand commented on pull request #375: URL: https://github.com/apache/lucene/pull/375#issuecomment-946076421
OK I think this one is ready -- I downgraded all `// nocommit` to `TODO`s and merged in `main` again. For some reason `./gradlew check` in my local env fails with this: ``` Execution failed for task ':lucene:rat'. > Found 1 file(s) with errors: - Unknown license: /l/trunk/lucene/packaging/build/rat/rat-report.xml ``` And so I go look in that `rat-report.xml` and find this: ``` <rat-report timestamp='2021-10-16T09:44:55-04:00'><resource name='/l/trunk/lucene/packaging/build.gradle'><header-type name='AL '/><license-family name='Apache'/><license-approval name='true'/><type name='standard'/></resource></rat-report> ``` But that file/directory (`/l/trunk/lucene/packaging/build.gradle`) does not seem to exist. I tried `./gradlew clean`, but no luck. I'm running Java 16. On a clean `main` checkout the problem does NOT happen. Weird... -- 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...@lucene.apache.org 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