Update 'build.gradle'
All checks were successful
/ build (17, ubuntu-latest) (push) Successful in 4m53s
All checks were successful
/ build (17, ubuntu-latest) (push) Successful in 4m53s
This commit is contained in:
parent
6f9bd14372
commit
ea37bdb98f
@ -42,8 +42,8 @@ allprojects {
|
||||
name 'altarik'
|
||||
url 'https://repo.altarik.fr/'.concat(project.version.endsWith('SNAPSHOT') ? 'snapshots/' : 'releases/')
|
||||
credentials {
|
||||
username = Objects.requireNonNull(System.getProperty("REPO_USERNAME", local.getProperty("repo_username")))
|
||||
password = Objects.requireNonNull(System.getProperty("REPO_PASSWORD", local.getProperty("repo_password")))
|
||||
username = System.getProperty("REPO_USERNAME", local.getProperty("repo_username"))
|
||||
password = System.getProperty("REPO_PASSWORD", local.getProperty("repo_password"))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user