Skip to content

Commit 986bbc0

Browse files
committed
Updated build.gradle
1 parent a1e22a7 commit 986bbc0

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

build.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ println("Version: " + version)
3737

3838
MangoBotConfig {
3939
setJarTask(jar)
40-
4140
addRunConfig {
4241
it.setName("runDevBot")
42+
it.addArgs("--launchTarget", "mangobot")
4343
it.addArgs("--dev")
4444
}
4545
}
@@ -85,11 +85,12 @@ dependencies {
8585
testImplementation platform('org.junit:junit-bom:5.9.1')
8686
testImplementation 'org.junit.jupiter:junit-jupiter'
8787

88-
installer('org.mangorage:installer:4.0.15')
89-
bootstrap("org.mangorage:mangobotbootstrap:1.0.36")
88+
installer('org.mangorage:installer:4.0.20')
89+
bootstrap("org.mangorage:mangobotbootstrap:1.0.61")
90+
9091

91-
plugin('org.mangorage:mangobot:12.0.66')
92-
plugin('org.mangorage:mangobotplugin:12.0.40')
92+
plugin('org.mangorage:mangobot:12.0.74')
93+
plugin('org.mangorage:mangobotplugin:12.0.45')
9394
plugin('org.mangorage:mangobotwebsite:2.0.8')
9495

9596
library('org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5')

src/main/java/org/mangorage/mangobotgithub/MangoBotGithub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public final class MangoBotGithub implements Plugin {
2020
public static final IConfigSetting<String> MANGOBOT_UPLOAD_TOKEN = IConfigSetting.create(CONFIG, "MANGOBOT_UPLOAD_TOKEN", ConfigTypes.STRING, UUID.randomUUID().toString()); // Generates one by default.
2121

2222
public MangoBotGithub() {
23-
23+
2424
}
2525

2626

0 commit comments

Comments
 (0)