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 18.4.0 (latest)
18.4.0
Created 28 February 2022.
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 "18.4.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.netflix.nebula:nebula-publishing-plugin:18.4.0")
}
}
apply(plugin = "nebula.ivy-remove-platform-dependencies")
Using the plugins DSL:
plugins {
id "nebula.ivy-remove-platform-dependencies" version "18.4.0"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.netflix.nebula:nebula-publishing-plugin:18.4.0"
}
}
apply plugin: "nebula.ivy-remove-platform-dependencies"