Commit 901f37de authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '1.5.x'

parents 3bcdd29c 223b694d
...@@ -15,7 +15,7 @@ def getStarters(File dir) { ...@@ -15,7 +15,7 @@ def getStarters(File dir) {
] ]
} }
} }
return starters return starters.sort { it.name }
} }
boolean isApplicationStarter(def starter) { 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