Skip to content

Commit bea9476

Browse files
committed
Added some more debug guards, so we dont spam console...
1 parent 1f1ce6e commit bea9476

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

149149
afterEvaluate {
150150
tasks.named('runDevBot') {
151-
systemProperty 'DEBUG_CLASS_TRANSFORMING', 'true'
151+
systemProperty 'DEBUG_CLASS_TRANSFORMING', 'false'
152152
}
153153
}

src/main/java/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
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

0 commit comments

Comments
 (0)