com.netflix.nebula.maven-resolved-dependencies
Owner: Nebula Plugins
Plugins to ease maven-publish and ivy-publish configuration
https://github.com/nebula-plugins/nebula-publishing-plugin
Sources: https://github.com/nebula-plugins/nebula-publishing-plugin.git
Version 19.2.0
19.2.0
Created 04 January 2023.
Plugins to ease maven-publish and ivy-publish configuration
Add this plugin to your build using the plugins DSL:
plugins {
id("com.netflix.nebula.maven-resolved-dependencies") version "19.2.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:nebula-publishing-plugin:19.2.0") } } apply(plugin = "com.netflix.nebula.maven-resolved-dependencies")
- Applying plugins to all subprojects .