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:
2023-12-09 01:59:56 +06:00
parent d9df7a4384
commit c18fee8107
6 changed files with 6 additions and 6 deletions

View File

@@ -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')