File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
src/main/java/org/mangorage/mangobotgithub/core Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ dependencies {
6868 installer(' org.mangorage:installer:4.0.5' )
6969 bot(' org.mangorage:mangobot:11.0.75' )
7070
71- plugin(' org.mangorage:mangobotplugin:11.1.31 ' )
71+ plugin(' org.mangorage:mangobotplugin:11.1.35 ' )
7272 plugin(' org.mangorage:mangobotwebsite:1.0.27' )
7373
7474 library(' org.eclipse.mylyn.github:org.eclipse.egit.github.core:2.1.5' )
Original file line number Diff line number Diff line change @@ -173,8 +173,6 @@ public static void analyzeLog(Message message) {
173173 var attachments = message .getAttachments ();
174174
175175 var builder = new StringBuilder ();
176- analyser .scanMessage (message , builder );
177-
178176
179177 for (Message .Attachment attachment : attachments ) {
180178 try {
You can’t perform that action at this time.
0 commit comments