gradle-plugins icon indicating copy to clipboard operation
gradle-plugins copied to clipboard

DepNamesPlugin seems not working startimng from gradle 2.14. how do i migrate to gradle 2.14?

Open venkataraghu opened this issue 8 years ago • 0 comments

i am using this plugin to maintain my external dependencies and their version for my multi project. but now i am willing to migrate to gradle 3. but, stuggling to get this plugin work. Could you provide pls help get through this issue.

getting the below error problem occurred evaluating root project 'myproject'. Could not get unknown property 'foundation' for object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

dependencies { corestuff springweb } and my dependencies.properties is this contains this property springweb: org.springframework:spring-web:4.2.6.RELEASE

Could you provide help me get through this issue.

venkataraghu avatar Jan 03 '17 17:01 venkataraghu