Can you pull the dependency version out into `dependency-versions.properties`? It helps for tracking dependency versions (and not updating in one place and not another).
```
compile('com.github.davidmoten:geo:' + project.'geo.version')
```
and then put the version in `gradle/dependency-versions.properties`.
[ Full content available at: https://github.com/apache/geode/pull/2210 ]
This message was relayed via gitbox.apache.org for
[email protected]
