From c69e8ab848c727ef9de299f737f1e3cd61f238e6 Mon Sep 17 00:00:00 2001 From: Antonio Nikishaev Date: Tue, 21 May 2019 21:31:02 +0400 Subject: [PATCH] rebar.config: add missing rebar3_gpb_plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Needed for ‘make test’ from the main riak repo --- rebar.config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rebar.config b/rebar.config index ca3fc5f5..0c9530ca 100644 --- a/rebar.config +++ b/rebar.config @@ -22,6 +22,8 @@ {riakc, ".*", {git, "git://github.com/basho/riak-erlang-client", {branch, "develop-3.0"}}} ]}. +{plugins, [rebar3_gpb_plugin]}. + {pre_hooks, [{compile, "./tools/grab-solr.sh"}]}. {profiles,