[ https://issues.apache.org/jira/browse/GEODE-8458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17186179#comment-17186179 ]
ASF GitHub Bot commented on GEODE-8458: --------------------------------------- Bill commented on pull request #5480: URL: https://github.com/apache/geode/pull/5480#issuecomment-682255954 Testing… 1. `./gradlew build -PproductName="GemFire" -PgeodeVersion=1.14.0-build.0 -Pversion=1.14.0-build.0 -PbuildId=0 -x test` generates `GemFireVersion.properties` with timestamp 2. running same command again does not modify that file 3. running `./gradlew build -PproductName="GemFire" -PgeodeVersion=1.15.0-build.0 -Pversion=1.15.0-build.0 -PbuildId=0 -x test` causes `GemFireVersion.properties` to be modified. The product version is correct and the timestamp was updated. 4. running a similar command from a parallel project using `-Dcomposite` and `-PgeodeVersion=1.14.0-build.0` causes a new correct `GemFireVersion.properties` to be generated These are good things. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Rebuild GemFireVersion.properties on build-flag changes > ------------------------------------------------------- > > Key: GEODE-8458 > URL: https://issues.apache.org/jira/browse/GEODE-8458 > Project: Geode > Issue Type: Bug > Components: build > Reporter: Robert Houghton > Priority: Major > Labels: pull-request-available > > GemFireVersion.properties is a resource holding information about the product > and build metadata. It is possible to set these values for the first time > using Gradle property flags like '-Pversion=1.2.3-build.456'. On subsequent > runs, the property file should be re-built if those values have changed. -- This message was sent by Atlassian Jira (v8.3.4#803005)