You are viewing a plain text version of this content. The canonical link for it is here.
Posted to s4-commits@incubator.apache.org by mm...@apache.org on 2013/03/11 19:15:43 UTC

git commit: In test app, make sure mavenCentral is checked first when looking for dependencies (see S4-112)

Updated Branches:
  refs/heads/dev fb559d413 -> 97f55d197


In test app, make sure mavenCentral is checked first when looking for dependencies
(see S4-112)


Project: http://git-wip-us.apache.org/repos/asf/incubator-s4/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-s4/commit/97f55d19
Tree: http://git-wip-us.apache.org/repos/asf/incubator-s4/tree/97f55d19
Diff: http://git-wip-us.apache.org/repos/asf/incubator-s4/diff/97f55d19

Branch: refs/heads/dev
Commit: 97f55d197069e186e0105f6ed666eefff491c4b2
Parents: fb559d4
Author: Matthieu Morel <mm...@apache.org>
Authored: Mon Mar 11 19:51:44 2013 +0100
Committer: Matthieu Morel <mm...@apache.org>
Committed: Mon Mar 11 19:55:49 2013 +0100

----------------------------------------------------------------------
 test-apps/custom-modules/build.gradle |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-s4/blob/97f55d19/test-apps/custom-modules/build.gradle
----------------------------------------------------------------------
diff --git a/test-apps/custom-modules/build.gradle b/test-apps/custom-modules/build.gradle
index 7a3b098..607a7ff 100644
--- a/test-apps/custom-modules/build.gradle
+++ b/test-apps/custom-modules/build.gradle
@@ -53,8 +53,8 @@ sourceCompatibility = 1.6
 targetCompatibility = 1.6
 
     repositories {
-        mavenLocal()
         mavenCentral()
+        mavenLocal()
         maven { url 'http://google-gson.googlecode.com/svn/mavenrepo' }
         maven { url 'https://repo.springsource.org/libs-release' }
         maven { url 'http://repo.gradle.org/gradle/libs-releases-local' }