We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee6a2f commit fb35849Copy full SHA for fb35849
1 file changed
build.gradle
@@ -72,9 +72,9 @@ repositories {
72
dependencies {
73
74
installer('org.mangorage:installer:4.0.30')
75
- bootstrap("org.mangorage:mangobotbootstrap:1.0.84")
+ bootstrap("org.mangorage:mangobotbootstrap:1.0.87")
76
77
- launchtarget("org.mangorage:mangobotlaunchtarget:0.1.11")
+ launchtarget("org.mangorage:mangobotlaunchtarget:0.1.15")
78
79
80
plugin('org.mangorage:mangobot:12.0.145')
@@ -170,4 +170,10 @@ publishing {
170
}
171
172
173
+}
174
+
175
+afterEvaluate {
176
+ tasks.named('runDevBot') {
177
+ systemProperty 'DEBUG_CLASS_TRANSFORMING', 'true'
178
+ }
179
0 commit comments