Skip to content

Commit fb35849

Browse files
committed
Added some more debug guards, so we dont spam console...
1 parent 5ee6a2f commit fb35849

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

build.gradle

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ repositories {
7272
dependencies {
7373

7474
installer('org.mangorage:installer:4.0.30')
75-
bootstrap("org.mangorage:mangobotbootstrap:1.0.84")
75+
bootstrap("org.mangorage:mangobotbootstrap:1.0.87")
7676

77-
launchtarget("org.mangorage:mangobotlaunchtarget:0.1.11")
77+
launchtarget("org.mangorage:mangobotlaunchtarget:0.1.15")
7878

7979

8080
plugin('org.mangorage:mangobot:12.0.145')
@@ -170,4 +170,10 @@ publishing {
170170
}
171171
}
172172
}
173+
}
174+
175+
afterEvaluate {
176+
tasks.named('runDevBot') {
177+
systemProperty 'DEBUG_CLASS_TRANSFORMING', 'true'
178+
}
173179
}

0 commit comments

Comments
 (0)