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 @@ -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
3737println (" Version: " + version)
3838
39+ MangoBotConfig {
40+ setJarTask(jar)
41+
42+ addRunConfig {
43+ it. setName(" runDevBot" )
44+ it. addArgs(" --dev" )
45+ }
46+ }
47+
3948extraJavaModuleInfo {
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-
112117publishing {
113118 publications. register(" mangobotaddon" , MavenPublication ) {
114119 artifact jar
You can’t perform that action at this time.
0 commit comments