Good thing we haven't had a release yet!

This commit is contained in:
Telesphoreo 2022-04-01 14:34:12 -05:00
parent 228b67a592
commit bbb41aa052

View File

@ -121,7 +121,7 @@ publishing {
} }
repositories { repositories {
maven { maven {
def releasesRepoUrl = uri("https://nexus.telesphoreo.me/repository/plex-release/") def releasesRepoUrl = uri("https://nexus.telesphoreo.me/repository/plex-releases/")
def snapshotsRepoUrl = uri("https://nexus.telesphoreo.me/repository/plex-snapshots/") def snapshotsRepoUrl = uri("https://nexus.telesphoreo.me/repository/plex-snapshots/")
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
credentials { credentials {