mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
bruh
This commit is contained in:
parent
a218ae45c0
commit
e23929ee0c
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user