Skip to content

Commit

Permalink
GRAILS-6270 - improve the handling ivy dependency organization name. …
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brown committed Jun 15, 2010
1 parent 74ffe33 commit 820e123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/DependencyReport.groovy
Expand Up @@ -42,7 +42,7 @@ target(dependencyReport:"Produces a dependency report for the current Grails app
}

def conf = args.trim() ?: 'build, compile, provided, runtime, test'
ivy.report(organisation:grailsAppName, module:grailsAppName,todir:targetDir, conf:conf)
ivy.report(organisation:'org.grails.internal', module:grailsAppName,todir:targetDir, conf:conf)

println "Dependency report output to [$targetDir]"
}
Expand Down

0 comments on commit 820e123

Please sign in to comment.