mirror of
https://github.com/plexusorg/Plex.git
synced 2025-02-11 19:50:42 +00:00
try this
This commit is contained in:
parent
ab0666ebeb
commit
751ccc003b
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ publishing {
|
|||
repositories {
|
||||
maven {
|
||||
if (System.getenv("plex_repo_user") != null && System.getenv("plex_repo_pass") != null) {
|
||||
url("https://nexus.telesphoreo.me/repository/plex-releases/")
|
||||
uri("https://nexus.telesphoreo.me/repository/plex-releases/")
|
||||
credentials {
|
||||
username = System.getenv("plex_repo_user")
|
||||
password = System.getenv("plex_repo_pass")
|
||||
|
@ -82,7 +82,7 @@ publishing {
|
|||
repositories {
|
||||
maven {
|
||||
if (System.getenv("plex_repo_user") != null && System.getenv("plex_repo_pass") != null) {
|
||||
url("https://nexus.telesphoreo.me/repository/plex-snapshots/")
|
||||
uri("https://nexus.telesphoreo.me/repository/plex-snapshots/")
|
||||
credentials {
|
||||
username = System.getenv("plex_repo_user")
|
||||
password = System.getenv("plex_repo_pass")
|
||||
|
|
Loading…
Reference in a new issue