You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jared Stewart (JIRA)" <ji...@apache.org> on 2016/09/16 17:48:20 UTC

[jira] [Created] (GEODE-1905) Address UnknownPropertyException when running tests with Gradle 3.0+

Jared Stewart created GEODE-1905:
------------------------------------

             Summary: 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


When executing 'gradle test' with a Gradle version >=3.0, the task fail 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)