You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by xi...@apache.org on 2018/01/09 01:25:54 UTC

[13/33] samza-hello-samza git commit: SAMZA-1002 - Add mavenLocal() to build.gradle in hello-samza latest branch

SAMZA-1002 - Add mavenLocal() to build.gradle in hello-samza latest branch


Project: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/commit/32c90771
Tree: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/32c90771
Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/32c90771

Branch: refs/heads/master
Commit: 32c90771a4cc6ad83a9b81ef52706360e20b4fd0
Parents: b240b65
Author: Navina Ramesh <nr...@linkedin.com>
Authored: Thu Aug 18 10:30:05 2016 -0700
Committer: Navina Ramesh <nr...@linkedin.com>
Committed: Thu Aug 18 10:30:05 2016 -0700

----------------------------------------------------------------------
 build.gradle | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/32c90771/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 1a59780..e838b18 100644
--- a/build.gradle
+++ b/build.gradle
@@ -30,6 +30,7 @@ task wrapper(type: Wrapper) {
 version = "$SAMZA_VERSION"
 
 repositories {
+    mavenLocal()
     mavenCentral()
     maven { url "https://repository.apache.org/content/groups/public" }
 }