mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Merge pull request #331 from msgilligan/master
Use https URL for artifactoryonline.com
This commit is contained in:
commit
b0cbfaed6d
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
Reference in a new issue