Updated on 2026-08-14
This commit is contained in:
parent
ca9e033f4f
commit
8585e32ce0
1 changed files with 2 additions and 2 deletions
|
|
@ -31,14 +31,14 @@ allprojects {
|
|||
username = nexusUser
|
||||
password = nexusPass
|
||||
}
|
||||
url "https://nexus.tangem.com/repository/maven-releases/"
|
||||
url "https://nexus.tangem-tech.com/repository/maven-releases/"
|
||||
}
|
||||
maven {
|
||||
credentials {
|
||||
username = nexusUser
|
||||
password = nexusPass
|
||||
}
|
||||
url "https://nexus.tangem.com/repository/maven-snapshots/"
|
||||
url "https://nexus.tangem-tech.com/repository/maven-snapshots/"
|
||||
}
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue