mirror of
https://github.com/plexusorg/Plex.git
synced 2026-06-04 05:26:55 +00:00
bruh
This commit is contained in:
+2
-2
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user