Search Gradle plugins

nebula.ivy-remove-platform-dependencies

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 13.6.0

13.6.0

Created 19 September 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 "13.6.0"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("com.netflix.nebula:nebula-publishing-plugin:13.6.0")
      }
    }
    
    apply(plugin = "nebula.ivy-remove-platform-dependencies")
  • Applying plugins to all subprojects .