nebula.nebula-publish-manifest
所有者: 星云插件
发布相关插件
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-publish-manifest") 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-publish-manifest")