mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-12-23 06:35:48 +00:00
update gradle publishing scripts
one more potential ix of publishing scripts drop new configs of publish scripts revert publish scripts and update gradle properties
This commit is contained in:
@@ -60,7 +60,7 @@ publishing {
|
||||
if ((project.hasProperty('INMONEXUS_USER') || System.getenv('INMONEXUS_USER') != null) && (project.hasProperty('INMONEXUS_PASSWORD') || System.getenv('INMONEXUS_PASSWORD') != null)) {
|
||||
maven {
|
||||
name = "InmoNexus"
|
||||
url = uri("https://git.inmo.dev/api/packages/InsanusMokrassar/maven")
|
||||
url = uri("https://nexus.inmo.dev/repository/maven-releases/")
|
||||
|
||||
credentials {
|
||||
username = project.hasProperty('INMONEXUS_USER') ? project.property('INMONEXUS_USER') : System.getenv('INMONEXUS_USER')
|
||||
|
||||
Reference in New Issue
Block a user