mirror of
https://github.com/plexusorg/BukkitTelnet.git
synced 2024-12-27 18:24:16 +00:00
Wrong repo lol
This commit is contained in:
parent
62972a82e2
commit
0ebb2b8fae
1 changed files with 1 additions and 3 deletions
|
@ -90,9 +90,7 @@ publishing {
|
|||
}
|
||||
repositories {
|
||||
maven {
|
||||
def releasesRepoUrl = uri("https://nexus.telesphoreo.me/repository/plex-releases/")
|
||||
def snapshotsRepoUrl = uri("https://nexus.telesphoreo.me/repository/plex-snapshots/")
|
||||
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
|
||||
url = uri("https://nexus.telesphoreo.me/repository/totalfreedom/")
|
||||
credentials {
|
||||
username = System.getenv("plexUser")
|
||||
password = System.getenv("plexPassword")
|
||||
|
|
Loading…
Reference in a new issue