Wrong repo lol

This commit is contained in:
Telesphoreo 2022-04-11 21:58:00 -05:00
parent 62972a82e2
commit 0ebb2b8fae

View File

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