mirror of
https://github.com/sparrowwallet/bokmakierie.git
synced 2024-11-02 12:26:45 +00:00
switch publishing to forgejo instance
This commit is contained in:
parent
e61be95e03
commit
4316683a61
1 changed files with 10 additions and 4 deletions
14
build.gradle
14
build.gradle
|
@ -112,11 +112,17 @@ tasks.register('proguard', ProGuardTask) {
|
|||
publishing {
|
||||
repositories {
|
||||
maven {
|
||||
credentials {
|
||||
username secrets.username
|
||||
password secrets.password
|
||||
name = "Forgejo-SparrowWallet"
|
||||
url = uri("https://code.sparrowwallet.com/api/packages/sparrowwallet/maven")
|
||||
|
||||
credentials(HttpHeaderCredentials) {
|
||||
name = "Authorization"
|
||||
value = "token ${secrets.token}"
|
||||
}
|
||||
|
||||
authentication {
|
||||
header(HttpHeaderAuthentication)
|
||||
}
|
||||
url 'https://mymavenrepo.com/repo/Ym4HjVje06VlvgK5VxFd/'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue