File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff 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
2828println (" Version: " + version)
2929
30- extraJavaModuleInfo {
31- setDeriveAutomaticModuleNamesFromFileNames(true )
32- }
33-
3430MangoBotConfig {
3531 setJarTask(jar)
32+
33+ addRunConfig {
34+ it. setName(" runDevBot" )
35+ it. addArgs(" --dev" )
36+ }
37+ }
38+
39+ extraJavaModuleInfo {
40+ setDeriveAutomaticModuleNamesFromFileNames(true )
3641}
3742
3843repositories {
@@ -54,9 +59,9 @@ repositories {
5459
5560
5661dependencies {
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' )
You can’t perform that action at this time.
0 commit comments