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.1
14.1.1
Created 01 November 2019.
Built on top of nebula.ivy-dependencies, removes dependencies with platform or enforced-platform category status
Using the plugins DSL:
plugins {
id("nebula.ivy-remove-platform-dependencies") version "14.1.1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.netflix.nebula:nebula-publishing-plugin:14.1.1")
}
}
apply(plugin = "nebula.ivy-remove-platform-dependencies")
Using the plugins DSL:
plugins {
id "nebula.ivy-remove-platform-dependencies" version "14.1.1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.netflix.nebula:nebula-publishing-plugin:14.1.1"
}
}
apply plugin: "nebula.ivy-remove-platform-dependencies"