adityamparikh opened a new pull request, #138: URL: https://github.com/apache/solr-mcp/pull/138
## Summary - Add top-level `LICENSE` (Apache License 2.0) and `NOTICE` files required by [ASF release policy](https://www.apache.org/legal/release-policy.html#licensing-documentation). - Bundle both files into `META-INF/` of every JAR produced by the build (main jar, bootJar, sources, javadoc) via a `tasks.withType<Jar>` configuration block in `build.gradle.kts`. ## Test plan - [ ] CI green - [ ] `./gradlew build` succeeds locally - [ ] `jar tf build/libs/solr-mcp-*.jar | grep META-INF/` shows `LICENSE` and `NOTICE` entries -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
