Wrong repo lol

This commit is contained in:
Telesphoreo 2022-04-11 21:58:00 -05:00
parent 62972a82e2
commit 0ebb2b8fae
1 changed files with 1 additions and 3 deletions

View File

@ -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")