mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-23 01:27:37 +00:00
Nope
This commit is contained in:
parent
986a9c6f22
commit
228b67a592
@ -124,13 +124,9 @@ publishing {
|
|||||||
def releasesRepoUrl = uri("https://nexus.telesphoreo.me/repository/plex-release/")
|
def releasesRepoUrl = uri("https://nexus.telesphoreo.me/repository/plex-release/")
|
||||||
def snapshotsRepoUrl = uri("https://nexus.telesphoreo.me/repository/plex-snapshots/")
|
def snapshotsRepoUrl = uri("https://nexus.telesphoreo.me/repository/plex-snapshots/")
|
||||||
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
|
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
|
||||||
/* Place a file in your root .gradle folder named "gradle.properties" with the following
|
|
||||||
plexUser = <Nexus username>
|
|
||||||
plexPassword = <Nexus password>
|
|
||||||
*/
|
|
||||||
credentials {
|
credentials {
|
||||||
username plexUser
|
username = System.getenv("plexUser")
|
||||||
password plexPassword
|
password = System.getenv("plexPassword")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user