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
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ publishing {
}
repositories {
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/")
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
credentials {