Repository: samza-hello-samza Updated Branches: refs/heads/latest b240b65fd -> 32c90771a
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/latest Commit: 32c90771a4cc6ad83a9b81ef52706360e20b4fd0 Parents: b240b65 Author: Navina Ramesh <[email protected]> Authored: Thu Aug 18 10:30:05 2016 -0700 Committer: Navina Ramesh <[email protected]> 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" } }
