Skip to content

Commit

Permalink
GEODE-1570: make GemFireVersion.properties available in the geode-cor…
Browse files Browse the repository at this point in the history
…e test source so that other projects that depends on the geode-core-test can access it.
  • Loading branch information
jinmeiliao committed Oct 4, 2016
1 parent 7b21520 commit 864fc08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions geode-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 864fc08

Please sign in to comment.