Skip to content

Could not find property 'configurationContainer' with gradle 1.11 #8

@adrianbk

Description

@adrianbk

Same as this issue: robospock/RoboSpock#16

I did some initial debugging of RobospockAction.groovy

androidProject.dependencies.each {
            androidProjectDependenciesList = it.configurationContainer.all.find {
                it.name == 'compile'
            }.getAllDependencies()
        }

The type of each dependency is 'DefaultDependencyHandler_Decorated' which is not the same type as gradles 'DefaultDependencyHandler'. Not sure what is 'Decorating' the dependencyhandler but wondering if there is a different way to access all compile dependencies?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions