Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-06 00:00:47 +01:00
Fix redundant empty line and url in publish script as per suggestions
Dieser Commit ist enthalten in:
Ursprung
c1420c3ea9
Commit
0aff18f865
@ -21,7 +21,7 @@ extensions.configure<PublishingExtension> {
|
|||||||
pom {
|
pom {
|
||||||
name.set("Velocity")
|
name.set("Velocity")
|
||||||
description.set("The modern, next-generation Minecraft server proxy")
|
description.set("The modern, next-generation Minecraft server proxy")
|
||||||
url.set("https://www.velocitypowered.com")
|
url.set("https://papermc.io/software/velocity")
|
||||||
scm {
|
scm {
|
||||||
url.set("https://github.com/PaperMC/Velocity")
|
url.set("https://github.com/PaperMC/Velocity")
|
||||||
connection.set("scm:git:https://github.com/PaperMC/Velocity.git")
|
connection.set("scm:git:https://github.com/PaperMC/Velocity.git")
|
||||||
|
@ -9,7 +9,6 @@ dependencyResolutionManagement {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
pluginManagement {
|
pluginManagement {
|
||||||
includeBuild("build-logic")
|
includeBuild("build-logic")
|
||||||
repositories {
|
repositories {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren