stanfy / spoon-gradle-plugin

Gradle plugin for Spoon.
Apache License 2.0
353 stars 79 forks source link

Cannot convert the provided notation to an object of type Dependency: com.stanfy.spoon.gradle.SpoonExtension_Decorated@390c1cd0 #165

Open eric-grab opened 6 years ago

eric-grab commented 6 years ago
Cannot convert the provided notation to an object of type Dependency: com.stanfy.spoon.gradle.SpoonExtension_Decorated@390c1cd0. The following types/formats are supported: - Instances of Dependency. - String or CharSequence values, for example 'org.gradle:gradle-core:1.0'. - Maps, for example [group: 'org.gradle', name: 'gradle-core', version: '1.0']. - FileCollections, for example files('some.jar', 'someOther.jar'). - Projects, for example project(':some:project:path'). - ClassPathNotation, for example gradleApi().  Comprehensive documentation on dependency notations is available in DSL reference for DependencyHandler type. Open File

I'm using