com.huanshankeji.nexus-staging
所有权: Shreck Ye
尚未实现
https://github.com/huanshankeji/gradle-common
来源:https://github.com/huanshankeji/gradle-common.git
使用插件DSL
plugins {
id("com.huanshankeji.nexus-staging") version "0.5.1"
}
使用遗留插件应用程序
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.huanshankeji:kotlin-common-gradle-plugins:0.5.1")
}
}
apply(plugin = "com.huanshankeji.nexus-staging")