gradle-plugins
gradle-plugins copied to clipboard
DepNamesPlugin seems not working startimng from gradle 2.14. how do i migrate to gradle 2.14?
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.