Hello, I'm trying to get the Geode source into my Eclipse environment by building it using Gradle. I downloaded the source files from Github and then ran "gradlew.bat build" from Geode's root directory. I get the following error:
Build file 'C:\workspaces\geode1.15.0\geode-rel-v1.15.0\build.gradle' line: 104 * What went wrong: A problem occurred evaluating project ':geode-core'. > Could not create task ':geode-core:createVersionPropertiesFile'. > Could not create task ':writeBuildInfo'. > Cannot get SCM information when neither git nor source distribution is available After looking at the build.gradle file, it appears to me that the reason for the error is that it looks for the "build/.buildinfo file but the "build" directory doesn't exist. What am I doing wrong? William Hodges