com.netflix.nebula.nothing-plugin
所有者: Nebula Plugins
无所作为的插件
https://github.com/nebula-plugins/gradle-nothing-plugin
源代码: https://github.com/nebula-plugins/gradle-nothing-plugin.git
使用 插件 DSL
plugins {
id("com.netflix.nebula.nothing-plugin") version "2.11.5"
}
使用 旧插件应用方式
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.netflix.nebula:gradle-nothing-plugin:2.11.5")
}
}
apply(plugin = "com.netflix.nebula.nothing-plugin")