File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ buildscript {
1717
1818 dependencies {
1919 classpath ' gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
20- classpath ' org.mangorage:MangoBotGradle:6.0.9 '
20+ classpath ' org.mangorage:MangoBotGradle:6.0.10 '
2121 }
2222}
2323
@@ -35,6 +35,14 @@ version = GitVersion.getGitVersion().getVersionAsString()
3535
3636println (" Version: " + version)
3737
38+ MangoBotConfig {
39+ setJarTask(jar)
40+ addRunConfig {
41+ it. setName(" runDevBot" )
42+ it. addArgs(" --dev" )
43+ }
44+ }
45+
3846extraJavaModuleInfo {
3947 setDeriveAutomaticModuleNamesFromFileNames(true )
4048}
@@ -62,8 +70,8 @@ dependencies {
6270
6371 installer(' org.mangorage:installer:4.0.13' )
6472
65- bot (" org.mangorage:mangobotbootstrap:1.0.15 " )
66- plugin(' org.mangorage:mangobot:12.0.50 ' )
73+ bootstrap (" org.mangorage:mangobotbootstrap:1.0.18 " )
74+ plugin(' org.mangorage:mangobot:12.0.51 ' )
6775
6876// library('org.classdump.luna:luna-all-shaded:0.4.1')
6977
@@ -89,10 +97,6 @@ tasks.named('processResources', ProcessResources).configure {
8997 }
9098}
9199
92- MangoBotConfig {
93- setJarTask(jar)
94- }
95-
96100publishing {
97101 publications. register(" mangobotaddon" , MavenPublication ) {
98102 artifact jar
You can’t perform that action at this time.
0 commit comments