refactor: rename modules

This commit is contained in:
ReaJason
2025-04-06 13:55:17 +08:00
parent 0f798b367f
commit e05d8ac106
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'))
}
}