Commit 223b694d authored by Andy Wilkinson's avatar Andy Wilkinson

Sort the table of starter modules alphabetically

Closes gh-9422
parent fcd0adc3
......@@ -15,7 +15,7 @@ def getStarters(File dir) {
]
}
}
return starters
return starters.sort { it.name }
}
boolean isApplicationStarter(def starter) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment