This commit is contained in:
Telesphoreo 2022-02-22 00:59:20 -06:00
parent a218ae45c0
commit e23929ee0c
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ publishing {
from(components.java)
repositories {
maven {
uri("https://nexus.telesphoreo.me/repository/plex-releases/")
url("https://nexus.telesphoreo.me/repository/plex-releases/")
credentials {
username = System.getenv("plex_repo_user")
password = System.getenv("plex_repo_pass")
@ -79,7 +79,7 @@ publishing {
from(components.java)
repositories {
maven {
uri("https://nexus.telesphoreo.me/repository/plex-snapshots/")
url("https://nexus.telesphoreo.me/repository/plex-snapshots/")
credentials {
username = System.getenv("plex_repo_user")
password = System.getenv("plex_repo_pass")