adityamparikh opened a new pull request, #32: URL: https://github.com/apache/solr-mcp/pull/32
## Summary - Enable publishing of source code and javadoc artifacts alongside the main JAR - Adds `withSourcesJar()` and `withJavadocJar()` to the Gradle build configuration - Provides better IDE support and debugging capabilities for consumers ## Changes - `build.gradle.kts`: Added sources and javadoc jar generation to the java block ## Test plan - [ ] Verify `./gradlew build` completes successfully - [ ] Check that `build/libs/` contains `-sources.jar` and `-javadoc.jar` artifacts 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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]
