Gradle Artifact Publishing Concepts: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
* [[Gradle Concepts#Artifact_Publishing|Gradle Concepts]] | * [[Gradle Concepts#Artifact_Publishing|Gradle Concepts]] | ||
* [[Gradle Maven Publish Plugin#Overview|Maven Publish Plugin]] | * [[Gradle Maven Publish Plugin#Overview|Maven Publish Plugin]] | ||
* [[Gradle Artifact Publishing Operations#Overview|Gradle Publishing Operations]] | |||
=Overview= | =Overview= |
Revision as of 18:26, 15 May 2018
External
- https://docs.gradle.org/current/userguide/artifact_management.html
- https://docs.gradle.org/current/userguide/publishing_maven.html
- https://docs.gradle.org/current/userguide/maven_plugin.html#uploading_to_maven_repositories
Internal
Overview
Publishing plugins, such as Maven, define publishing tasks, that can be configured in build.gradle.
Artifact
Projects use Gradle to produce artifacts, also referred to as publication artifacts. Artifacts of a project are the files the project provides to the outside world.