Updated on 2026-08-14
This commit is contained in:
parent
c153efaa88
commit
16bcc5c593
9 changed files with 130 additions and 6 deletions
|
|
@ -38,6 +38,7 @@ dependencyResolutionManagement {
|
|||
mavenLocal {
|
||||
content {
|
||||
includeGroupAndSubgroups("com.tangem.tangem-sdk-kotlin")
|
||||
includeGroupAndSubgroups("com.tangem.tangem-hot-sdk-kotlin")
|
||||
includeGroupAndSubgroups("com.tangem.vico")
|
||||
includeModule("com.tangem", "blstlib")
|
||||
includeModule("com.tangem", "blockchain")
|
||||
|
|
@ -54,6 +55,15 @@ dependencyResolutionManagement {
|
|||
}
|
||||
content { includeGroupAndSubgroups("com.tangem.tangem-sdk-kotlin") }
|
||||
}
|
||||
maven {
|
||||
// setting any repository from tangem project allows maven search all packages in the project
|
||||
url = uri("https://maven.pkg.github.com/tangem/tangem-hot-sdk-kotlin")
|
||||
credentials {
|
||||
username = properties.getProperty("gpr.user") ?: System.getenv("GITHUB_ACTOR")
|
||||
password = properties.getProperty("gpr.key") ?: System.getenv("GITHUB_TOKEN")
|
||||
}
|
||||
content { includeGroupAndSubgroups("com.tangem.tangem-hot-sdk-kotlin") }
|
||||
}
|
||||
maven {
|
||||
// setting any repository from tangem project allows maven search all packages in the project
|
||||
url = uri("https://maven.pkg.github.com/tangem/blst-android")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue