We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6f465 commit 286b8b3Copy full SHA for 286b8b3
scripts/DependencyReport.groovy
@@ -42,7 +42,7 @@ target(dependencyReport:"Produces a dependency report for the current Grails app
42
}
43
44
def conf = args.trim() ?: 'build, compile, provided, runtime, test'
45
- ivy.report(organisation:grailsAppName, module:grailsAppName,todir:targetDir, conf:conf)
+ ivy.report(organisation:'org.grails.internal', module:grailsAppName,todir:targetDir, conf:conf)
46
47
println "Dependency report output to [$targetDir]"
48
0 commit comments