We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a191d commit 313e517Copy full SHA for 313e517
2 files changed
build.gradle
@@ -68,7 +68,7 @@ dependencies {
68
installer('org.mangorage:installer:4.0.5')
69
bot('org.mangorage:mangobot:11.0.75')
70
71
- plugin('org.mangorage:mangobotplugin:11.1.31')
+ plugin('org.mangorage:mangobotplugin:11.1.35')
72
plugin('org.mangorage:mangobotwebsite:1.0.27')
73
74
library('org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5')
src/main/java/org/mangorage/mangobotgithub/core/PasteRequestModule.java
@@ -173,8 +173,6 @@ public static void analyzeLog(Message message) {
173
var attachments = message.getAttachments();
174
175
var builder = new StringBuilder();
176
- analyser.scanMessage(message, builder);
177
-
178
179
for (Message.Attachment attachment : attachments) {
180
try {
0 commit comments