io.github.karlatemp.publication-sign
所有者: Karlatemp
快速设置发布艺术品签名
https://github.com/Karlatemp/PublicationSign
源: https://github.com/Karlatemp/PublicationSign.git
使用 插件 DSL
plugins {
id("io.github.karlatemp.publication-sign") version "1.3.40"
}
使用 旧版插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.karlatemp:PublicationSign:1.3.40")
}
}
apply(plugin = "io.github.karlatemp.publication-sign")