Skip to content

Commit 89a224d

Browse files
committed
Added dev arg to the JPMS Task
1 parent 0c1ccc3 commit 89a224d

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);
61+
t.register("runJPMSBot", RunBotJPMSTask.class, config, Constants.BOT_TASKS_GROUP, List.of("--dev"));
6262
});
6363
}
6464

0 commit comments

Comments
 (0)