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 d909973 commit fa88795Copy full SHA for fa88795
src/main/groovy/org/silverpeas/setup/configuration/SilverpeasConfigurationTask.groovy
@@ -62,7 +62,9 @@ class SilverpeasConfigurationTask extends DefaultTask {
62
boolean accept(final File child) {
63
return child.isFile()
64
}
65
- }).each { configurationFile ->
+ }).sort{
66
+ it.name
67
+ }.each { configurationFile ->
68
try {
69
Script script = ConfigurationScriptBuilder.fromScript(configurationFile.path)
70
.withLogger(log)
0 commit comments