Skip to content

Readme creates circular configuration dependency #35

@runningcode

Description

@runningcode

The lines:
compileOnlyDependencies.extendsFrom(configurations.getByName("compileOnly”))
and
configurations.getByName("compileOnly").extendsFrom(compileOnlyDependencies)

create a circular dependency and fails to compile. One or the other should be removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions