vtm-jeo: use https in repository, #52

This commit is contained in:
Emux 2016-07-07 18:59:08 +03:00
parent c02cf5792f
commit e74052c164

View File

@ -37,7 +37,7 @@ def versionName() { return version }
subprojects {
repositories {
maven { url 'http://repo.boundlessgeo.com/main' }
maven { url 'https://repo.boundlessgeo.com/main' }
jcenter()
}