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 14.1.0
14.1.0
Created 01 November 2019.
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 "14.1.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.netflix.nebula:nebula-publishing-plugin:14.1.0") } } apply(plugin = "nebula.ivy-remove-platform-dependencies")
- Applying plugins to all subprojects .