From e36d5b53ea1386b604f4b1c7d6f93fe3ec89a082 Mon Sep 17 00:00:00 2001 From: Emux Date: Mon, 22 Jan 2018 11:30:48 +0200 Subject: [PATCH] Gradle improvements --- build.gradle | 3 ++- vtm-android-example/build.gradle | 4 ---- vtm-ios-example/build.gradle | 1 - vtm-ios/build.gradle | 1 - vtm-theme-comparator/build.gradle | 4 ---- 5 files changed, 2 insertions(+), 11 deletions(-) diff --git a/build.gradle b/build.gradle index c9ce6232..11d449bf 100644 --- a/build.gradle +++ b/build.gradle @@ -42,8 +42,9 @@ 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://oss.sonatype.org/content/repositories/snapshots/" } } tasks.withType(JavaCompile) { diff --git a/vtm-android-example/build.gradle b/vtm-android-example/build.gradle index 4087b1e2..bec0182c 100644 --- a/vtm-android-example/build.gradle +++ b/vtm-android-example/build.gradle @@ -1,9 +1,5 @@ apply plugin: 'com.android.application' -repositories { - maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } -} - dependencies { implementation project(':vtm-android') implementation project(':vtm-http') diff --git a/vtm-ios-example/build.gradle b/vtm-ios-example/build.gradle index 68f2fe13..b095fb8f 100644 --- a/vtm-ios-example/build.gradle +++ b/vtm-ios-example/build.gradle @@ -1,7 +1,6 @@ buildscript { repositories { jcenter() - maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } } dependencies { classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.3' diff --git a/vtm-ios/build.gradle b/vtm-ios/build.gradle index 2012799c..783e1685 100644 --- a/vtm-ios/build.gradle +++ b/vtm-ios/build.gradle @@ -1,7 +1,6 @@ buildscript { repositories { jcenter() - maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } } dependencies { classpath 'com.mobidevelop.robovm:robovm-gradle-plugin:2.3.3' diff --git a/vtm-theme-comparator/build.gradle b/vtm-theme-comparator/build.gradle index 4216507e..65751893 100644 --- a/vtm-theme-comparator/build.gradle +++ b/vtm-theme-comparator/build.gradle @@ -1,9 +1,5 @@ apply plugin: 'application' -repositories { - maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } -} - dependencies { implementation project(':vtm-desktop') file("${rootDir}/vtm-desktop/natives").eachDir() { dir ->