Commit facf16ce authored by Phillip Webb's avatar Phillip Webb

Re-order modules so that spring--boot-cli is later

Update the module order so that the CLI is built after starters.

See gh-9316
parent 3c97401a
......@@ -21,12 +21,12 @@
<module>spring-boot-actuator</module>
<module>spring-boot-actuator-autoconfigure</module>
<module>spring-boot-autoconfigure</module>
<module>spring-boot-cli</module>
<module>spring-boot-devtools</module>
<module>spring-boot-test</module>
<module>spring-boot-test-autoconfigure</module>
<module>spring-boot-tools</module>
<module>spring-boot-starters</module>
<module>spring-boot-cli</module>
<module>spring-boot-docs</module>
</modules>
</project>
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