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

Support Gradle Module Metadata #342

Closed
rpost opened this issue Oct 5, 2022 · 1 comment
Closed

Support Gradle Module Metadata #342

rpost opened this issue Oct 5, 2022 · 1 comment

Comments

@rpost
Copy link

rpost commented Oct 5, 2022

Plugin (by default!) customizes generated pom.xml in case of using maven-publish plugin. Modern versions of gradle produce https://docs.gradle.org/current/userguide/publishing_gradle_module_metadata.html as well (along to pom.xml) which is not customized. Can you apply pom changes to gradle module metadata as well?

@wilkinsona
Copy link
Contributor

wilkinsona commented Oct 5, 2022

I don't believe that's possible as Gradle does not provide APIs for customizing the module metadata. It may be something that happens in the future as a side-effect of #330. However, if you're interested in modern Gradle features such as its module metadata, I would recommend not using this plugin and using modern Gradle features such as version catalogs and (enforced) platforms for version management instead.

@wilkinsona wilkinsona closed this as not planned Won't fix, can't repro, duplicate, stale Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants