com.redmadrobot.publish-config
所有者: red_mad_robot 团队
com.redmadrobot.publish 的配置
https://github.com/RedMadRobot/gradle-infrastructure
源代码: https://github.com/RedMadRobot/gradle-infrastructure.git
使用插件 DSL
plugins {
id("com.redmadrobot.publish-config") version "0.19.1"
}
使用旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.redmadrobot.build:infrastructure-publish:0.19.1")
}
}
apply(plugin = "com.redmadrobot.publish-config")