GitHub user jaredjstewart opened a pull request: https://github.com/apache/incubator-geode/pull/242
GEODE-1905: Address UnknownPropertyException when running tests with Gradle 3.0+ AvailablePortFinder was deprecated in [Gradle 2.8](https://docs.gradle.org/2.8/release-notes#deprecated-classes-and-constants) and removed in Gradle 3.0. I took a look into how the Gradle project itself dealt with this change, and they [use]( https://github.com/gradle/gradle/blob/2703311c33e8a295ba7ccb29a62ed8be761ef66f/subprojects/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/HonestProfilerCollector.groovy) the Apache MINA library's [org.apache.mina.util.AvailablePortFinder](https://mina.apache.org/mina-project/apidocs/src-html/org/apache/mina/util/AvailablePortFinder.html) class. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jaredjstewart/incubator-geode feature/GEODE-1905 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-geode/pull/242.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #242 ---- commit a609f86ad662c6d501afd068c68e36a8b302eef3 Author: Jared Stewart <jstew...@pivotal.io> Date: 2016-09-19T17:37:18Z GEODE-1905: Address UnknownPropertyException when running tests with Gradle 3.0+ ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---