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 7088b2d commit e263b38Copy full SHA for e263b38
scripts/_GrailsPlugins.groovy
@@ -219,7 +219,7 @@ Plugins available in the $name repository are listed below:
219
println ""
220
}
221
else {
222
- println "No plugins found in repository: ${pluginSVN}"
+ println "No plugins found in repository: ${name}. This may be because the repository is behind an HTTP proxy."
223
224
225
0 commit comments