[ https://issues.apache.org/jira/browse/GEODE-1905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15504396#comment-15504396 ]
ASF subversion and git services commented on GEODE-1905: -------------------------------------------------------- Commit d0f9dc3557db4bcb52aa178d0c00d22139a98726 in incubator-geode's branch refs/heads/develop from [~jstewart] [ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=d0f9dc3 ] GEODE-1905: Address UnknownPropertyException when running tests with Gradle 3.0+ This closes #242 > Address UnknownPropertyException when running tests with Gradle 3.0+ > -------------------------------------------------------------------- > > Key: GEODE-1905 > URL: https://issues.apache.org/jira/browse/GEODE-1905 > Project: Geode > Issue Type: Improvement > Reporter: Jared Stewart > Assignee: Jared Stewart > Labels: build, management > > When executing 'gradle test' with a Gradle version >=3.0, the task fails with > the following exception: > {code} > FAILURE: Build completed with 15 failures. > 1: Task failed with an exception. > ----------- > * Where: > Script 'geode/gradle/test.gradle' line: 22 > * What went wrong: > Execution failed for task ':extensions/geode-modules:test'. > > Could not get unknown property 'AvailablePortFinder' for root project > > 'geode' of type org.gradle.api.Project. > * Try: > Run with --stacktrace option to get the stack trace. Run with --info or > --debug option to get more log output. > ============================================================================== > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)