Skip to content

Commit 535500e

Browse files
committed
Updated
1 parent 61c4902 commit 535500e

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
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111

1212
dependencies {
13-
classpath 'org.mangorage:MangoBotGradle:6.0.9'
13+
classpath 'org.mangorage:MangoBotGradle:6.0.10'
1414
}
1515
}
1616

@@ -27,12 +27,17 @@ version = GitVersion.getGitVersion().getVersionAsString()
2727

2828
println("Version: " + version)
2929

30-
extraJavaModuleInfo {
31-
setDeriveAutomaticModuleNamesFromFileNames(true)
32-
}
33-
3430
MangoBotConfig {
3531
setJarTask(jar)
32+
33+
addRunConfig {
34+
it.setName("runDevBot")
35+
it.addArgs("--dev")
36+
}
37+
}
38+
39+
extraJavaModuleInfo {
40+
setDeriveAutomaticModuleNamesFromFileNames(true)
3641
}
3742

3843
repositories {
@@ -54,9 +59,9 @@ repositories {
5459

5560

5661
dependencies {
57-
installer('org.mangorage:installer:4.0.13')
58-
bot("org.mangorage:mangobotbootstrap:1.0.18")
5962

63+
installer('org.mangorage:installer:4.0.13')
64+
bootstrap("org.mangorage:mangobotbootstrap:1.0.18")
6065

6166
library('io.github.classgraph:classgraph:4.8.162')
6267
library('org.mangorage:scanner:1.1.3')

0 commit comments

Comments
 (0)