You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WARNING: The `maven` plugin has been deprecated in Gradle 6 and has been removed in Gradle 7.
29
+
Please use the `maven-publish` plugin instead.
30
+
28
31
When the {maven-plugin}[`maven` plugin] is applied, an `Upload` task for the `bootArchives` configuration named `uploadBootArchives` is automatically created.
29
32
By default, the `bootArchives` configuration contains the archive produced by the `bootJar` or `bootWar` task.
30
33
The `uploadBootArchives` task can be configured to publish the archive to a Maven repository:
0 commit comments