Anthony Baker created GEODE-778:
-----------------------------------
Summary: Build fails when run outside of git working directory
Key: GEODE-778
URL: https://issues.apache.org/jira/browse/GEODE-778
Project: Geode
Issue Type: Improvement
Components: build
Reporter: Anthony Baker
When a build is executed outside of a git repository, it fails:
{code}
Anthony-Baker-MacBook-Pro:apache-geode-src-1.0.0-incubating-SNAPSHOT abaker$
gradle build -Dskip.tests=true
FAILURE: Build failed with an exception.
* Where:
Build file
'/Users/abaker/tmp/apache-geode-src-1.0.0-incubating-SNAPSHOT/build.gradle'
line: 57
* What went wrong:
A problem occurred evaluating root project 'gemfire'.
> Failed to apply plugin [id 'org.ajoberstar.grgit']
> One of setGitDir or setWorkTree must be called.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
BUILD FAILED
Total time: 1.265 secs
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)