Gradle Artifact Publishing Concepts: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=External= * https://docs.gradle.org/current/userguide/publishing_maven.html * https://docs.gradle.org/current/userguide/publishing_maven.html =Internal= * Gradle Concept...") |
No edit summary |
||
Line 6: | Line 6: | ||
=Internal= | =Internal= | ||
* [[Gradle Concepts#Artifact_Publishing|Gradle Concepts | * [[Gradle Concepts#Artifact_Publishing|Gradle Concepts]] | ||
=Overview= | =Overview= | ||
Publishing plugins, such as Maven, define [[Gradle_Maven_Plugin#Publishing_to_a_Maven_Repository|publishing tasks]], that can be configured in [[build.gradle#Overview|build.gradle]]. <font color=darkgray>TODO https://docs.gradle.org/current/userguide/artifact_management.html</font>. | Publishing plugins, such as Maven, define [[Gradle_Maven_Plugin#Publishing_to_a_Maven_Repository|publishing tasks]], that can be configured in [[build.gradle#Overview|build.gradle]]. <font color=darkgray>TODO https://docs.gradle.org/current/userguide/artifact_management.html</font>. |
Revision as of 00:41, 15 May 2018
External
- https://docs.gradle.org/current/userguide/publishing_maven.html
- https://docs.gradle.org/current/userguide/publishing_maven.html
Internal
Overview
Publishing plugins, such as Maven, define publishing tasks, that can be configured in build.gradle. TODO https://docs.gradle.org/current/userguide/artifact_management.html.