Merge branch 'apache-3.2' into apache-3.3

This commit is contained in:
Albumen Kevin 2023-12-27 23:38:38 +08:00
commit 74dd87c15b
1 changed files with 3 additions and 0 deletions

View File

@ -510,6 +510,9 @@ public class DefaultModuleDeployer extends AbstractDeployer<ModuleModel> impleme
if (!sc.isExported()) {
return;
}
if (sc.shouldDelay()) {
return;
}
sc.register(true);
}