Gradle build: migrate from deprecated `maven` plugin to `maven-publish` plugin
msgilligan opened this issue · 1 comments
msgilligan commented
See the build output with (--warning-mode all
):
The maven plugin has been deprecated. This is scheduled to be removed in Gradle 7.0. Please use the maven-publish plugin instead. Consult the upgrading guide for further information: https://docs.gradle.org/6.5/userguide/upgrading_version_5.html#legacy_publication_system_is_deprecated_and_replaced_with_the_publish_plugins
msgilligan commented
Fixed in 0aae9b9