mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-22 05:54:52 -04:00
Use https URL for artifactoryonline.com
This commit is contained in:
parent
d620e46219
commit
fd6b78f069
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ processResources {
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url 'http://partnerdemo.artifactoryonline.com/partnerdemo/libs-snapshots-local' }
|
maven { url 'https://partnerdemo.artifactoryonline.com/partnerdemo/libs-snapshots-local' }
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue