Skip to content

Commit dd5769a

Browse files
committed
Update
1 parent b45c2a9 commit dd5769a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mangorage/mangobotgradle/MangoBotGradlePlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public MangoBotGradlePlugin() {
5858
t.register("runBot", RunBotTask.class, config, Constants.BOT_TASKS_GROUP);
5959
t.register("runDevBot", RunBotTask.class, config, Constants.BOT_TASKS_GROUP, List.of("--dev"));
6060

61-
t.register("runJPMSBot", RunBotJPMSTask.class, config, Constants.BOT_TASKS_GROUP, List.of("--dev"));
61+
t.register("runJPMSBot", RunBotJPMSTask.class, config, Constants.BOT_TASKS_GROUP, List.of("--useModules --dev"));
6262

6363
});
6464
}

0 commit comments

Comments
 (0)