io.github.pacificengine.build.release
所有者: Joseph Salomone
一个帮助您发布到不同Maven存储库的插件
https://pacificengine.github.io/build/release/
来源: https://github.com/PacificEngine/build
使用 插件DSL
plugins {
id("io.github.pacificengine.build.release") version "0.0.2"
}
使用 旧插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("io.github.pacificengine.build:release:0.0.2")
}
}
apply(plugin = "io.github.pacificengine.build.release")