File tree Expand file tree Collapse file tree 2 files changed +13
-10
lines changed
src/main/java/org/mangorage/mangobotsite/website/util Expand file tree Collapse file tree 2 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ buildscript {
1717 }
1818
1919 dependencies {
20- classpath ' org.mangorage:MangoBotGradle:6.0.9 '
20+ classpath ' org.mangorage:MangoBotGradle:6.0.10 '
2121 }
2222}
2323
@@ -34,6 +34,15 @@ version = GitVersion.getGitVersion().getVersionAsString()
3434
3535println (" Version: " + version)
3636
37+ MangoBotConfig {
38+ setJarTask(jar)
39+
40+ addRunConfig {
41+ it. setName(" runDevBot" )
42+ it. addArgs(" --dev" )
43+ }
44+ }
45+
3746extraJavaModuleInfo {
3847 setDeriveAutomaticModuleNamesFromFileNames(true )
3948}
@@ -73,10 +82,10 @@ dependencies {
7382
7483 installer(' org.mangorage:installer:4.0.15' )
7584
76- bot (" org.mangorage:mangobotbootstrap:1.0.15 " )
85+ bootstrap (" org.mangorage:mangobotbootstrap:1.0.18 " )
7786
78- plugin(' org.mangorage:mangobot:12.0.50 ' )
79- plugin(' org.mangorage:mangobotplugin:12.0.25 ' )
87+ plugin(' org.mangorage:mangobot:12.0.52 ' )
88+ plugin(' org.mangorage:mangobotplugin:12.0.27 ' )
8089
8190 library(' org.eclipse.jetty:jetty-server:11.0.16' )
8291 library(' org.eclipse.jetty:jetty-servlet:11.0.16' )
@@ -106,10 +115,6 @@ tasks.named('processResources', ProcessResources).configure {
106115 }
107116}
108117
109- MangoBotConfig {
110- setJarTask(jar)
111- }
112-
113118publishing {
114119 publications. register(" mangobotaddon" , MavenPublication ) {
115120 artifact jar
Original file line number Diff line number Diff line change 99import jakarta .servlet .http .HttpServletRequest ;
1010import jakarta .servlet .http .HttpServletResponse ;
1111import org .jetbrains .annotations .Nullable ;
12- import org .mangorage .mangobotsite .website .impl .StandardHttpServlet ;
13-
1412import java .io .IOException ;
1513import java .io .StringWriter ;
1614import java .io .Writer ;
You can’t perform that action at this time.
0 commit comments