Skip to content
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

Fix use of a configuration that conflicts with a Gradle default #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zml2008
Copy link

@zml2008 zml2008 commented Jan 17, 2021

The Gradle sources jar support uses the sourcesElements configuration
to produce its sources jar, which conflicts with the javadoc plugin's use.

When this plugin is used with the withSourcesJar() method of creating a sources jar, Gradle will fail to apply the plugin on subprojects.

The Gradle sources jar support uses the sourcesElements configuration
to produce its sources jar, which conflicts with the javadoc plugin's use
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jan 17, 2021
@ddimtirov
Copy link

Can anybody look at merging and releasing this please?

@rwinch
Copy link
Contributor

rwinch commented Jun 24, 2021

Thank you for the ping. Can we please have a test added?

@rwinch rwinch removed the status: waiting-for-triage An issue we've not yet triaged label Jun 24, 2021
@rwinch rwinch self-assigned this Jun 24, 2021
@rwinch rwinch added the type: bug A general bug label Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants