This is an automated email from the ASF dual-hosted git repository. klund pushed a commit to branch GEODE-7513-PersistentColocatedPartitionedRegionDistributedTest-debugging in repository https://gitbox.apache.org/repos/asf/geode.git
commit 6f5ebefe800c5b29570eedc47dfe26a79e60158f Author: Owen Nichols <[email protected]> AuthorDate: Mon Feb 24 16:51:06 2020 -0800 GEODE-7813: add Build-Java-Vendor to gfsh version --full (#4729) --- geode-core/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/geode-core/build.gradle b/geode-core/build.gradle index 47da466..307b8dc 100755 --- a/geode-core/build.gradle +++ b/geode-core/build.gradle @@ -89,6 +89,7 @@ task createVersionPropertiesFile(dependsOn: ':writeBuildInfo') { "Build-Id" : "${System.env.USER} ${buildId}".toString(), "Build-Date" : new Date().format('yyyy-MM-dd HH:mm:ss Z'), "Build-Platform" : "${System.properties['os.name']} ${System.properties['os.version']} ${System.properties['os.arch']}".toString(), + "Build-Java-Vendor" : System.properties['java.vendor'], "Build-Java-Version": System.properties['java.version'] ] as Properties props.putAll(scmInfo)
