nebula.nebula-maven-publishing
所有者: Nebula Plugins
发布相关插件
https://github.com/nebula-plugins/nebula-publishing-plugin
版本 2.2.2 (最新)
2.2.2
创建于 2015年4月7日。
由于JCenter成为永久性跳转至Maven Central,此插件版本将无法解析,因为它只使用在JCenter中存在的依赖项。有关详细信息,请参见以下博客文章:https://blog.gradle.org.cn/portal-jcenter-impact
使用 插件的DSL
plugins {
id("nebula.nebula-maven-publishing") version "2.2.2"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.netflix.nebula:nebula-publishing-plugin:2.2.2")
}
}
apply(plugin = "nebula.nebula-maven-publishing")