mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
try this
This commit is contained in:
parent
ab0666ebeb
commit
751ccc003b
@ -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 New Issue
Block a user