mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
lets see if we can do this
This commit is contained in:
parent
af40217a57
commit
986a9c6f22
@ -124,9 +124,13 @@ publishing {
|
||||
def releasesRepoUrl = uri("https://nexus.telesphoreo.me/repository/plex-release/")
|
||||
def snapshotsRepoUrl = uri("https://nexus.telesphoreo.me/repository/plex-snapshots/")
|
||||
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 {
|
||||
username System.getenv("plexUser")
|
||||
password System.getenv("plexPassword")
|
||||
username plexUser
|
||||
password plexPassword
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user