Gradle ToolingModel class that is used to return Classpath to Grails cli this file is also in grails-shell project
Type Params | Return Type | Name and description |
---|---|---|
|
java.util.List<java.net.URL> |
getDependencies() @return All Grails dependencies, pull from 'testRuntime' scope |
|
java.lang.String |
getError() @return The error message if one occurred |
|
java.util.List<java.net.URL> |
getProfileDependencies() @return The profile dependencies |