racevedoo opened a new pull request #3743: URL: https://github.com/apache/iceberg/pull/3743
Since we refactored the spark projects to have separate folders/projects per spark version (in 811af43), gradle was evaluating the maven publish plugin config (in `deploy.gradle`) before it applied the `shadowJar` configs required for spark runtime projects, causing the generated POM to include dependencies when it shouldn't (as we're publishing a shadow jar). This fixes it by delaying the maven publishing config to `afterEvaluate`, when gradle has already applied the shadowJar plugin for projects. Fixes #6320 -- 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]
