nebula.nebula-maven-developers
所有者: Nebula 插件
相关插件发布
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-developers") 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-developers")