Skip to content

Commit 097ef56

Browse files
committed
Added dev arg to the JPMS Task
1 parent 89a224d commit 097ef56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

6161
t.register("runJPMSBot", RunBotJPMSTask.class, config, Constants.BOT_TASKS_GROUP, List.of("--dev"));
62+
6263
});
6364
}
6465

0 commit comments

Comments
 (0)