nebula.ivy-remove-platform-dependencies
Owner: Nebula Plugins
Built on top of nebula.ivy-dependencies, removes dependencies with platform or enforced-platform category status
https://github.com/nebula-plugins/nebula-publishing-plugin
Sources: https://github.com/nebula-plugins/nebula-publishing-plugin.git
Version 17.3.0
17.3.0
Created 16 June 2020.
Built on top of nebula.ivy-dependencies, removes dependencies with platform or enforced-platform category status
Add this plugin to your build using the plugins DSL:
plugins {
id("nebula.ivy-remove-platform-dependencies") version "17.3.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:nebula-publishing-plugin:17.3.0") } } apply(plugin = "nebula.ivy-remove-platform-dependencies")
- Applying plugins to all subprojects .