This is an automated email from the ASF dual-hosted git repository.
jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new 4b7e789 GEODE-5489 Create version properties file less (#2213)
4b7e789 is described below
commit 4b7e789981568e3c38eced1438924be84df3ade2
Author: FSOUTHERLAND <[email protected]>
AuthorDate: Fri Jul 27 14:10:10 2018 -0700
GEODE-5489 Create version properties file less (#2213)
Co-authored-by: Jacob Barrett <[email protected]>
Co-authored-by: Finn Southerland <[email protected]>
---
geode-core/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/geode-core/build.gradle b/geode-core/build.gradle
index 94a124c..d3a74e3 100755
--- a/geode-core/build.gradle
+++ b/geode-core/build.gradle
@@ -202,7 +202,7 @@ dependencies {
task createVersionPropertiesFile {
def propertiesFile = file(generatedResources +
"/org/apache/geode/internal/GemFireVersion.properties");
outputs.file propertiesFile
- inputs.dir compileJava.destinationDir
+ inputs.dir "../.git/index"
doLast {
def props = [