Gradle Maven Publish Plugin: Difference between revisions
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
apply plugin: 'maven-publish' | apply plugin: 'maven-publish' | ||
</syntaxhighlight> | </syntaxhighlight> | ||
="publishing" Extension= | |||
=Publishing to a Maven Repository= | =Publishing to a Maven Repository= |
Revision as of 19:44, 15 May 2018
External
Internal
Overview
"maven-publish" is an newer alternative to publishing with Maven Plugin. It generates Maven metadata and pushes the artifacts and the metadata to a Maven repository.
apply plugin: 'maven-publish'