spring-gradle-plugins / javadoc-plugin

4 stars 3 forks source link

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

Open zml2008 opened 3 years ago

zml2008 commented 3 years ago

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.

ddimtirov commented 3 years ago

Can anybody look at merging and releasing this please?

rwinch commented 3 years ago

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