mirror of
https://github.com/ViaVersion/ViaProxy.git
synced 2024-11-14 19:15:08 -05:00
Updated build.gradle
This commit is contained in:
parent
b0a4b22f72
commit
dadf64a919
1 changed files with 23 additions and 0 deletions
23
build.gradle
23
build.gradle
|
@ -158,6 +158,7 @@ publishing {
|
|||
maven {
|
||||
name = "Via"
|
||||
url = "https://repo.viaversion.com/"
|
||||
|
||||
credentials(PasswordCredentials)
|
||||
authentication {
|
||||
basic(BasicAuthentication)
|
||||
|
@ -171,6 +172,28 @@ publishing {
|
|||
version = project.maven_version
|
||||
|
||||
from components.java
|
||||
|
||||
pom {
|
||||
name = "ViaProxy"
|
||||
description = "Standalone proxy which allows players to join EVERY Minecraft server version (Classic, Alpha, Beta, Release, Bedrock)"
|
||||
url = "https://github.com/ViaVersion/ViaProxy"
|
||||
licenses {
|
||||
license {
|
||||
name = "GPL-3.0 License"
|
||||
url = "https://github.com/ViaVersion/ViaProxy/blob/main/LICENSE"
|
||||
}
|
||||
}
|
||||
developers {
|
||||
developer {
|
||||
id = "RK_01"
|
||||
}
|
||||
}
|
||||
scm {
|
||||
connection = "scm:git:git://github.com/ViaVersion/ViaProxy.git"
|
||||
developerConnection = "scm:git:ssh://github.com/ViaVersion/ViaProxy.git"
|
||||
url = "https://github.com/ViaVersion/ViaProxy.git"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue