mirror of
https://github.com/LamGC/oracle-manager.git
synced 2025-04-29 14:17:33 +00:00
build: 补充 Publish 元信息.
补充信息, 方便发布到仓库(即使不是中央仓库).
This commit is contained in:
parent
35dc3e5725
commit
688d88a55c
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user