digital.wup.android-maven-publish
Owner: W.UP Ltd.
Modification to the standard Maven Publish plugin to be compatible with android-library projects (aar).
https://github.com/wupdigital/android-maven-publish
Sources: https://github.com/wupdigital/android-maven-publish
Version 3.6.3 (latest)
3.6.3
Created 07 November 2019.
Modification to the standard Maven Publish plugin to be compatible with android-library projects (aar).
Add this plugin to your build using the plugins DSL:
plugins {
id("digital.wup.android-maven-publish") version "3.6.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("digital.wup:android-maven-publish:3.6.3") } } apply(plugin = "digital.wup.android-maven-publish")
- Applying plugins to all subprojects .