nebula.ivy-nebula-publish
Owner: Nebula Plugins
Applies our opinions for ivy publications
https://github.com/nebula-plugins/nebula-publishing-plugin
Sources: https://github.com/nebula-plugins/nebula-publishing-plugin.git
Version 9.4.5
9.4.5
Created 07 January 2019.
Applies our opinions for ivy publications
Add this plugin to your build using the plugins DSL:
plugins {
id("nebula.ivy-nebula-publish") version "9.4.5"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:nebula-publishing-plugin:9.4.5") } } apply(plugin = "nebula.ivy-nebula-publish")
- Applying plugins to all subprojects .