This is an automated email from the ASF dual-hosted git repository.
jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-examples.git
The following commit(s) were added to refs/heads/develop by this push:
new fa6ed80 Updates snapshot respository and fetches tgz file.
fa6ed80 is described below
commit fa6ed8018501c92e3598ff2f9cbad2d055b20c7a
Author: Jacob Barrett <[email protected]>
AuthorDate: Wed Sep 5 11:56:24 2018 -0700
Updates snapshot respository and fetches tgz file.
---
build.gradle | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 525b37e..04424b6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,7 +30,7 @@ allprojects {
}
mavenCentral()
maven {
- url 'http://repository.apache.org/snapshots'
+ url 'http://maven.apachegeode-ci.info/snapshots'
}
}
}
@@ -42,7 +42,7 @@ configurations {
}
dependencies {
- geodeDistribution "org.apache.geode:apache-geode:$geodeVersion"
+ geodeDistribution "org.apache.geode:apache-geode:$geodeVersion@tgz"
}