> For the complete documentation index, see [llms.txt](https://jack80342.gitbook.io/spring-boot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jack80342.gitbook.io/spring-boot/viii.-build-tool-plugins/71.-supporting-other-build-systems.md).

# 71. 对其他构建系统的支持

如果想使用除了Maven、Gradle和Ant之外的构建工具，你可能需要开发自己的插件。可执行jars需要遵循一个特定格式，并且一些实体需要以不压缩的方式写入（详情查看附录中的[可执行jar格式](https://docs.spring.io/spring-boot/docs/2.0.0.RELEASE/reference/htmlsingle/#executable-jar)章节）。

Spring Boot Maven和Gradle插件在实际生成jars的过程中会使用`spring-boot-loader-tools`，如果需要，你也可以自由地使用该library。
