com.tailrocks.maven-publish
所有者: Alexey Zhokhov
tailrocks 项目使用的常用 Gradle Maven 发布插件约定。
https://github.com/tailrocks/tailrocks-gradle-conventions
来源: https://github.com/tailrocks/tailrocks-gradle-conventions.git
使用 插件 DSL
plugins {
id("com.tailrocks.maven-publish") version "0.5.1"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("com.tailrocks.gradle:maven-publish-conventions:0.5.1")
}
}
apply(plugin = "com.tailrocks.maven-publish")