build: 补充 Publish 元信息.

补充信息, 方便发布到仓库(即使不是中央仓库).
This commit is contained in:
LamGC 2022-04-26 00:13:19 +08:00
parent 35dc3e5725
commit 688d88a55c
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -59,6 +59,31 @@ publishing {
pom {
name.set("Oracle-manager")
description.set("在 Telegram 管理你的 Oracle.")
url.set("https://github.com/LamGC/oracle-manager")
licenses {
license {
name.set("The MIT License")
url.set("https://www.opensource.org/licenses/mit-license.php")
}
}
developers {
developer {
id.set("LamGC")
name.set("LamGC")
email.set("lam827@lamgc.net")
url.set("https://github.com/LamGC")
}
}
scm {
connection.set("scm:git:https://github.com/LamGC/oracle-manager.git")
developerConnection.set("scm:git:https://github.com/LamGC/oracle-manager.git")
url.set("https://github.com/LamGC/oracle-manager")
}
issueManagement {
url.set("https://github.com/LamGC/oracle-manager/issues")
system.set("Github Issues")
}
}
}
}