Skip to content

Commit

Permalink
fix module package visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
thmarx committed Sep 13, 2024
1 parent 661777c commit 7bbe769
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions cms-server/hosts/features/site-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
modules:
active:
- example-module
- ui-module
- example-module
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion cms-server/modules/example-module/module.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
id=example-module
name=example module
version=4.7.0
version=6.0.0-SNAPSHOT
priority=HIGH
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public ModuleManager moduleManager(Injector injector, CMSModuleContext context,
List.of(
"org.slf4j",
"com.condation.cms",
"com.condation.modules",
"org.apache.logging",
"org.graalvm.polyglot",
"org.graalvm.js",
Expand Down

0 comments on commit 7bbe769

Please sign in to comment.