From d8896fd05b2ea95f743764328bb7496b09914d73 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 8 Jul 2014 16:10:03 -0700 Subject: [PATCH] Final updates to SDG's build.gradle script to resolve GemFire 7.5 build artifact snapshots in order to build SDG with support for GemFire 7.5 features and functionality. --- build.gradle | 5 ++--- gradle.properties | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 423c711c..0790046f 100644 --- a/build.gradle +++ b/build.gradle @@ -12,14 +12,13 @@ description = 'Spring Data GemFire' group = 'org.springframework.data' repositories { - //mavenLocal(); //maven { url "http://nexus.gemstone.com:8081/nexus/content/repositories/snapshots" } maven { url "http://dist.gemstone.com.s3.amazonaws.com/maven/release"} + maven { url "http://repo.spring.io/gemstone-snapshot-cache" } maven { url "http://repo.spring.io/libs-snapshot" } maven { url "http://repo.spring.io/plugins-release"} } - apply plugin: "java" apply plugin: 'eclipse' apply plugin: 'idea' @@ -28,7 +27,7 @@ apply plugin: 'docbook-reference' //apply plugin: 'bundlor' if (project.hasProperty('platformVersion')) { - apply plugin: 'spring-io' + apply plugin: 'spring-io' repositories { maven { url "https://repo.spring.io/libs-snapshot" } diff --git a/gradle.properties b/gradle.properties index eda77df3..30f139b7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,7 @@ antlrVersion=2.7.7 aspectjVersion=1.7.4 gemfire.range="[6.5, 8.0)" -#gemfireVersion=7.5.Beta-SNAPSHOT -gemfireVersion=7.5 +gemfireVersion=7.5.BUILD-SNAPSHOT hamcrestVersion=1.3 jacksonVersion=2.4.1 junitVersion=4.11