diff --git a/LaunchServer/build.gradle b/LaunchServer/build.gradle index 5ca9ff1b..20cab57e 100644 --- a/LaunchServer/build.gradle +++ b/LaunchServer/build.gradle @@ -2,14 +2,11 @@ def mainAgentName = "ru.gravit.launchserver.StarterAgent" repositories { - maven { - url "http://maven.geomajas.org/" - } maven { url "https://oss.sonatype.org/content/repositories/snapshots" } maven { - url 'http://oss.sonatype.org/content/groups/public' + url "http://maven.geomajas.org/" } } diff --git a/build.gradle b/build.gradle index 3d42a735..02d6daae 100644 --- a/build.gradle +++ b/build.gradle @@ -1,10 +1,11 @@ -configure(subprojects.findAll {it.name != 'modules'}) { +configure(subprojects.findAll { it.name != 'modules' && it.name != 'Radon' }) { apply plugin: 'idea' apply plugin: 'eclipse' apply plugin: 'java' repositories { mavenCentral() + maven { url 'http://oss.sonatype.org/content/groups/public' } maven { url "http://clojars.org/repo/" }