refactor: rename modules

This commit is contained in:
ReaJason
2025-04-06 11:38:41 +08:00
parent 13c817b485
commit c0f3eed50e
27 changed files with 47 additions and 46 deletions
+2 -2
View File
@@ -7,9 +7,9 @@ allprojects {
apply(plugin: 'jacoco')
}
if (it.name != 'bom' && !it.name.startsWith("vul")) {
if (it.name != 'memshell-party-bom' && !it.name.startsWith("vul")) {
dependencies {
implementation platform(project(':bom'))
implementation platform(project(':memshell-party-bom'))
}
}