GEODE-1570: make GemFireVersion.properties available in the geode-core test source so that other projects that depends on the geode-core-test can access it.
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/c64b61a1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/c64b61a1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/c64b61a1 Branch: refs/heads/feature/GEODE-1801 Commit: c64b61a17f646cb1ca4d50760c5b18c73deff911 Parents: 90ecca2 Author: Jinmei Liao <[email protected]> Authored: Tue Oct 4 15:10:42 2016 -0700 Committer: Udo Kohlmeyer <[email protected]> Committed: Tue Oct 11 14:06:53 2016 +1100 ---------------------------------------------------------------------- geode-core/build.gradle | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/c64b61a1/geode-core/build.gradle ---------------------------------------------------------------------- diff --git a/geode-core/build.gradle b/geode-core/build.gradle index b2e5a4e..3cbdfbe 100755 --- a/geode-core/build.gradle +++ b/geode-core/build.gradle @@ -131,6 +131,9 @@ sourceSets { main { output.dir(generatedResources, builtBy: 'createVersionPropertiesFile') } + test { + output.dir(generatedResources, builtBy: 'createVersionPropertiesFile') + } } // Creates the version properties file and writes it to the classes dir
