Open avoidik opened 6 years ago
Java classes cannot start with a number, and naming a groovy file will cause that to happen, breaking the script. If you prepend with an accepted, non-alphabetical character, you can get around that; something like _01-aop_general.groovy.
We have such example in Linux for init-scripts
Like: 01-adop_general.groovy 02-adop_ant.groovy ...