Skip to content

Commit 286b8b3

Browse files
GRAILS-6270 - improve the handling ivy dependency organization name. See http://github.com/grails/grails-core/commit/15f39127691d161b728faa0dfff7d3d9702623e8 for more info.
1 parent 1f6f465 commit 286b8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/DependencyReport.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ target(dependencyReport:"Produces a dependency report for the current Grails app
4242
}
4343

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

4747
println "Dependency report output to [$targetDir]"
4848
}

0 commit comments

Comments
 (0)