Skip to content

Support Gradle Project Isolation #258

Open
@dmitry-stakhov

Description

@dmitry-stakhov

Here we use findProperty function that looks to another Gradle Projects and break the Gradle sync with enabled Project isolation feature:

property benchmarks_jmh_version of :benchmarks
Project :benchmarks cannot dynamically look up a property in the parent project :

Possible solution can be to use providers.gradleProperty("benchmarks_jmh_version").orNull instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions