Updated on 2026-08-14
This commit is contained in:
parent
57be17a027
commit
69c0d69adb
8 changed files with 83 additions and 4 deletions
|
|
@ -95,8 +95,18 @@ dependencyResolutionManagement {
|
|||
includeGroupAndSubgroups("com.tangem.vico")
|
||||
}
|
||||
}
|
||||
maven {
|
||||
// setting any repository from tangem project allows maven search all packages in the project
|
||||
url = uri("https://maven.pkg.github.com/tangem/ic4j-agent")
|
||||
credentials {
|
||||
username = properties.getProperty("gpr.user") ?: System.getenv("GITHUB_ACTOR")
|
||||
password = properties.getProperty("gpr.key") ?: System.getenv("GITHUB_TOKEN")
|
||||
}
|
||||
content {
|
||||
includeGroupAndSubgroups("com.tangem.ic4j")
|
||||
}
|
||||
}
|
||||
maven("https://jitpack.io")
|
||||
maven("https://clients-nexus.sprinklr.com/")
|
||||
}
|
||||
|
||||
versionCatalogs {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue