Repository: geode
Updated Branches:
  refs/heads/develop cd1a32357 -> 9f6bfaf01


GEODE-3203: fixing protobuf build.gradle to respect buildRoot

Signed-off-by: Bruce Schuchardt <[email protected]>

This closes #632


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/9f6bfaf0
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/9f6bfaf0
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/9f6bfaf0

Branch: refs/heads/develop
Commit: 9f6bfaf0130b47211a231c1ba487ae197eea10a3
Parents: cd1a323
Author: Brian Rowe <[email protected]>
Authored: Thu Jul 13 14:41:43 2017 -0700
Committer: Bruce Schuchardt <[email protected]>
Committed: Fri Jul 14 08:38:32 2017 -0700

----------------------------------------------------------------------
 geode-protobuf/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/9f6bfaf0/geode-protobuf/build.gradle
----------------------------------------------------------------------
diff --git a/geode-protobuf/build.gradle b/geode-protobuf/build.gradle
index a63000e..723866c 100644
--- a/geode-protobuf/build.gradle
+++ b/geode-protobuf/build.gradle
@@ -50,7 +50,7 @@ protobuf {
 sourceSets {
     main {
         java {
-            srcDir 'build/generated-src/proto/main/java'
+            srcDir "$buildDir/generated-src/proto/main/java"
         }
     }
 }

Reply via email to