File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,10 +74,10 @@ dependencies {
7474 testImplementation ' org.junit.jupiter:junit-jupiter'
7575
7676 installer(' org.mangorage:installer:4.0.30' )
77- bootstrap(" org.mangorage:mangobotbootstrap:1.0.86 " )
78- launchtarget(" org.mangorage:mangobotlaunchtarget:0.1.14 " )
77+ bootstrap(" org.mangorage:mangobotbootstrap:1.0.101 " )
78+ launchtarget(" org.mangorage:mangobotlaunchtarget:0.1.23 " )
7979
80- plugin(' org.mangorage:mangobot:12.0.145 ' )
80+ plugin(' org.mangorage:mangobot:12.0.147 ' )
8181
8282 library(' org.slf4j:slf4j-simple:2.0.13' ) // Use a recent version)
8383 library(' org.luaj:luaj-jme:3.0.1' )
@@ -148,6 +148,6 @@ publishing {
148148
149149afterEvaluate {
150150 tasks. named(' runDevBot' ) {
151- systemProperty ' DEBUG_CLASS_TRANSFORMING' , ' true '
151+ systemProperty ' DEBUG_CLASS_TRANSFORMING' , ' false '
152152 }
153153}
Original file line number Diff line number Diff line change 2323 requires jakarta .persistence ;
2424 requires com .google .zxing ;
2525 requires com .google .zxing .javase ;
26+ requires org .slf4j ;
2627
2728 opens org .mangorage .mangobotplugin ;
2829
You can’t perform that action at this time.
0 commit comments