mirror of
https://github.com/plexusorg/BukkitTelnet.git
synced 2024-11-21 20:25:01 +00:00
Wrong repo lol
This commit is contained in:
parent
62972a82e2
commit
0ebb2b8fae
@ -90,9 +90,7 @@ publishing {
|
|||||||
}
|
}
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
def releasesRepoUrl = uri("https://nexus.telesphoreo.me/repository/plex-releases/")
|
url = uri("https://nexus.telesphoreo.me/repository/totalfreedom/")
|
||||||
def snapshotsRepoUrl = uri("https://nexus.telesphoreo.me/repository/plex-snapshots/")
|
|
||||||
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
|
|
||||||
credentials {
|
credentials {
|
||||||
username = System.getenv("plexUser")
|
username = System.getenv("plexUser")
|
||||||
password = System.getenv("plexPassword")
|
password = System.getenv("plexPassword")
|
||||||
|
Loading…
Reference in New Issue
Block a user