vtm-jeo: use https in repository, #52
This commit is contained in:
parent
c02cf5792f
commit
e74052c164
@ -37,7 +37,7 @@ def versionName() { return version }
|
|||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
repositories {
|
repositories {
|
||||||
maven { url 'http://repo.boundlessgeo.com/main' }
|
maven { url 'https://repo.boundlessgeo.com/main' }
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user