mirror of
https://github.moeyy.xyz/https://github.com/GeWuYou/forgeboot
synced 2025-10-27 19:48:53 +08:00
feat(module): Add forgeboot-banner module
- Added forgeboot-banner module, including API, implementation and launcher submodules - Update the project structure and integrate new modules into the root project - Fixed a spelling error in exception-i18n module name
This commit is contained in:
parent
3821c8b8c7
commit
7388883d70
@ -22,6 +22,18 @@ plugins {
|
|||||||
|
|
||||||
|
|
||||||
rootProject.name = "forgeboot"
|
rootProject.name = "forgeboot"
|
||||||
|
//region module banner
|
||||||
|
include(
|
||||||
|
"forgeboot-banner",
|
||||||
|
":forgeboot-banner:forgeboot-banner-api",
|
||||||
|
":forgeboot-banner:forgeboot-banner-impl",
|
||||||
|
":forgeboot-banner:forgeboot-banner-launcher",
|
||||||
|
)
|
||||||
|
project(":forgeboot-banner").name = "forgeboot-banner"
|
||||||
|
project(":forgeboot-banner:forgeboot-banner-api").name = "forgeboot-banner-api"
|
||||||
|
project(":forgeboot-banner:forgeboot-banner-impl").name = "forgeboot-banner-impl"
|
||||||
|
project(":forgeboot-banner:forgeboot-banner-launcher").name = "forgeboot-banner-launcher"
|
||||||
|
//endregion
|
||||||
|
|
||||||
//region module webmvc
|
//region module webmvc
|
||||||
include(
|
include(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user