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 9521a70 commit 3d618f3Copy full SHA for 3d618f3
scripts/ListPlugins.groovy
@@ -99,7 +99,7 @@ Plug-ins available in the Grails repository are listed below:
99
}
100
pluginLine += "${spacesFormatter[pluginLine.length()..-1]}<${version} (?)>"
101
} else {
102
- pluginLine += "${spacesFormatter[pluginLine.length()..-1]}<unknown>"
+ pluginLine += "${spacesFormatter[pluginLine.length()..-1]}<no releases>"
103
104
def release = plugin.'release'.find{ rel -> rel.'@version' == version }
105
if( release?.'title' ) {
0 commit comments