Disable vtm-jeo module, fix #768

This commit is contained in:
Emux
2020-04-13 10:35:07 +03:00
parent 964736d60f
commit 1156976ea5
10 changed files with 336 additions and 335 deletions

View File

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