Skip to content

Fix sourceJar building #1464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 31, 2025
Merged

Conversation

lesserwhirls
Copy link
Member

@lesserwhirls lesserwhirls commented Jul 31, 2025

Description of Changes

Currently, the sourceJar tasks of subprojects that use the proto plugin fail due to an attempt to add duplicate source files. The issue crept in when we upgraded the proto plugin. The fix is that we no longer need to manage the sourceSets to account for proto and grpc generated code.

PR Checklist

  • Link to any issues that the PR addresses
  • Add labels
  • Open as a draft PR
    until ready for review
  • Make sure GitHub tests pass
  • Mark PR as "Ready for Review"

@lesserwhirls lesserwhirls added build: gradle Issue or pull request related to the Gradle build infrastructure. build: github Issue or pull request related to the GitHub build infrastructure. labels Jul 31, 2025
@lesserwhirls lesserwhirls marked this pull request as ready for review July 31, 2025 16:34
@lesserwhirls lesserwhirls modified the milestones: 5.10.0, v5.9.0 Jul 31, 2025
@lesserwhirls lesserwhirls merged commit fbfe6c3 into Unidata:maint-5.x Jul 31, 2025
17 checks passed
@lesserwhirls lesserwhirls deleted the sourcejar branch July 31, 2025 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build: github Issue or pull request related to the GitHub build infrastructure. build: gradle Issue or pull request related to the Gradle build infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant