fix: rename ComponentsV2-Beta -> ComponentsV2Beta
This commit is contained in:
parent
0efe20ccc0
commit
03a3d69447
2 changed files with 11 additions and 1 deletions
|
|
@ -12,6 +12,6 @@ rootProject.children.forEach {
|
|||
val isCanary = it.name in canaryPlugins
|
||||
val dir = if (isCanary) "canary" else "plugins"
|
||||
val name = it.name
|
||||
if (isCanary) it.name += "-Beta"
|
||||
if (isCanary) it.name += "Beta"
|
||||
it.projectDir = file("${dir}/${name}")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue