stempler / gradle-versioneye-plugin

Plugin for Gradle to update your project's dependencies status on www.versioneye.com
MIT License
31 stars 5 forks source link

Resolving configuration 'testRuntimeOnly' directly is not allowed #41

Open gsrihariprasad opened 6 years ago

gsrihariprasad commented 6 years ago

Hi,

task copyDependentJars(type: Copy) { dependsOn dfpJar from 'dist' into './'+dependency_jars from configurations into './'+dependency_jars println "copied.........."; }

above snippet is working with ./gradlew but its not working with "gradle build". I am getting error on these line " from configurations". Please any one suggest me how to resolve below issue.