Hi, I am using fedora 23 with gradle and java 8
Downloaded the latest bundle from github https://github.com/apache/incubator-geode/archive/develop.zip Then tried to gradle build according to the guidelines you wrote on the same page, But it keep failing with this error: dor@localhost incubator-geode-develop]$ sudo ./gradlew build installDist Starting a new Gradle Daemon for this build (subsequent builds will be faster). FAILURE: Build failed with an exception. * Where: Build file '/home/dor/Downloads/incubator-geode-develop/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: 10.757 secs [dor@localhost incubator-geode-develop]$ Any ideas? What am I doing wrong ? Regards, Dor Ben Dovd This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at http://www.amdocs.com/email_disclaimer.asp
