Skip to content

Commit 8170d64

Browse files
committed
Added a couple new things, made it so we can now get the previous ResultHistory and aswell as the original classData and added transformerResult to see the result of it.
previous Result is to see what the transformer before did.
1 parent 664af40 commit 8170d64

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
@@ -74,8 +74,8 @@ dependencies {
7474
testImplementation 'org.junit.jupiter:junit-jupiter'
7575

7676
installer('org.mangorage:installer:4.0.30')
77-
bootstrap("org.mangorage:mangobotbootstrap:1.0.84")
78-
launchtarget("org.mangorage:mangobotlaunchtarget:0.1.11")
77+
bootstrap("org.mangorage:mangobotbootstrap:1.0.86")
78+
launchtarget("org.mangorage:mangobotlaunchtarget:0.1.14")
7979

8080
plugin('org.mangorage:mangobot:12.0.145')
8181

@@ -144,4 +144,10 @@ publishing {
144144
}
145145
}
146146
}
147+
}
148+
149+
afterEvaluate {
150+
tasks.named('runDevBot') {
151+
systemProperty 'DEBUG_CLASS_TRANSFORMING', 'true'
152+
}
147153
}

0 commit comments

Comments
 (0)