Skip to content

Commit aefdc30

Browse files
committed
Update...
1 parent b45c100 commit aefdc30

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

build.gradle

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildscript {
1818

1919
dependencies {
2020
classpath 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
21-
classpath 'org.mangorage:MangoBotGradle:6.0.9'
21+
classpath 'org.mangorage:MangoBotGradle:6.0.10'
2222
}
2323
}
2424

@@ -36,6 +36,15 @@ version = GitVersion.getGitVersion().getVersionAsString()
3636

3737
println("Version: " + version)
3838

39+
MangoBotConfig {
40+
setJarTask(jar)
41+
42+
addRunConfig {
43+
it.setName("runDevBot")
44+
it.addArgs("--dev")
45+
}
46+
}
47+
3948
extraJavaModuleInfo {
4049
setDeriveAutomaticModuleNamesFromFileNames(true)
4150
}
@@ -74,9 +83,9 @@ dependencies {
7483
testImplementation 'org.junit.jupiter:junit-jupiter'
7584

7685
installer('org.mangorage:installer:4.0.15')
77-
bot("org.mangorage:mangobotbootstrap:1.0.15")
86+
bootstrap("org.mangorage:mangobotbootstrap:1.0.18")
7887

79-
plugin('org.mangorage:mangobot:12.0.50')
88+
plugin('org.mangorage:mangobot:12.0.52')
8089
plugin('org.mangorage:mangobotplugin:12.0.25')
8190
plugin('org.mangorage:mangobotwebsite:2.0.4')
8291

@@ -105,10 +114,6 @@ tasks.named('processResources', ProcessResources).configure {
105114
}
106115
}
107116

108-
MangoBotConfig {
109-
setJarTask(jar)
110-
}
111-
112117
publishing {
113118
publications.register("mangobotaddon", MavenPublication) {
114119
artifact jar

0 commit comments

Comments
 (0)