Try to fix the CI build

The order of the modules declared in pom.xml should not make any
difference given the other relationships that exist between projects,
however the CI build is ordering the projects incorrectly.

Try changing the order of the modules to see if the CI build can be
coaxed into ordering them correctly.
This commit is contained in:
Andy Wilkinson 2017-01-24 09:40:15 +00:00
parent 4a60de78ff
commit 4e36a079e9
1 changed files with 1 additions and 1 deletions

View File

@ -80,8 +80,8 @@
<modules>
<module>spring-boot-dependencies</module>
<module>spring-boot-parent</module>
<module>spring-boot-tools</module>
<module>spring-boot-test-support</module>
<module>spring-boot-tools</module>
<module>spring-boot</module>
<module>spring-boot-test</module>
<module>spring-boot-autoconfigure</module>