-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Description
Hi,
this is sort of related to #24225 but given the impact I think it's worth a dedicated ticket.
The maven plugin is deprecated since 6.x and Boot's Gradle Plugin makes use of it via MavenPluginAction
...Since the documentation is also kind of "advertising" the usage (it's the first option in the docs) I'm relatively certain that users still use the maven plugin instead of the maven publish plugin. Maybe we could put a little warning in the docs about the deprecation (in earlier Boot releases) or remove the docs completely?
Anyhow - if the plan is to support Gradle 7 this will break the Gradle Plugin as it removed classes like MavenPlugin
.
In case you wanted to tackle this inside #24225 please ignore me and close the ticket, but when I thought about release notes generation a dedicated ticket made sense in my head.
Cheers,
Christoph