Skip to content

Commit facf16c

Browse files
committed
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
1 parent 3c97401 commit facf16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<module>spring-boot-actuator</module>
2222
<module>spring-boot-actuator-autoconfigure</module>
2323
<module>spring-boot-autoconfigure</module>
24-
<module>spring-boot-cli</module>
2524
<module>spring-boot-devtools</module>
2625
<module>spring-boot-test</module>
2726
<module>spring-boot-test-autoconfigure</module>
2827
<module>spring-boot-tools</module>
2928
<module>spring-boot-starters</module>
29+
<module>spring-boot-cli</module>
3030
<module>spring-boot-docs</module>
3131
</modules>
3232
</project>

0 commit comments

Comments
 (0)