Sort the table of starter modules alphabetically

Closes gh-9422
This commit is contained in:
Andy Wilkinson
2017-06-07 13:45:02 +01:00
parent fcd0adc307
commit 223b694d3a

View File

@@ -15,7 +15,7 @@ def getStarters(File dir) {
]
}
}
return starters
return starters.sort { it.name }
}
boolean isApplicationStarter(def starter) {