File tree Expand file tree Collapse file tree 4 files changed +7
-11
lines changed
src/main/java/org/jboss/tools/intellij Expand file tree Collapse file tree 4 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id " org.jetbrains.intellij" version " 1.15.0 "
2+ id " org.jetbrains.intellij" version " 1.17.4 "
33}
44
55repositories {
@@ -39,8 +39,8 @@ intellij {
3939 version = ideaVersion // for a full list of IntelliJ IDEA releases please see https://www.jetbrains.com/intellij-repository/releases
4040 pluginName = ' org.jboss.tools.intellij.analytics'
4141 plugins = [' com.redhat.devtools.intellij.telemetry:1.1.0.52' ,
42- " org.jetbrains.plugins.go:223.7571.182 " ,
43- " Docker:223.7571.175 " ]
42+ " org.jetbrains.plugins.go:242.20224.159 " ,
43+ " Docker:242.20224.361 " ]
4444 updateSinceUntilBuild = false
4545}
4646
Original file line number Diff line number Diff line change 1- ideaVersion = 2022.3
1+ ideaVersion = 2024.2
22projectVersion =1.1.0-SNAPSHOT
33jetBrainsToken =invalid
44jetBrainsChannel =stable
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class ImageReportAction extends AnAction {
1919
2020 @ Override
2121 public @ NotNull ActionUpdateThread getActionUpdateThread () {
22- return ActionUpdateThread .EDT ;
22+ return ActionUpdateThread .BGT ;
2323 }
2424
2525 @ Override
Original file line number Diff line number Diff line change 1212
1313
1414import com .google .gson .JsonObject ;
15- import com .intellij .openapi .actionSystem .AnAction ;
16- import com .intellij .openapi .actionSystem .AnActionEvent ;
17- import com .intellij .openapi .actionSystem .CommonDataKeys ;
18- import com .intellij .openapi .actionSystem .ActionUpdateThread ;
19- import com .intellij .openapi .actionSystem .PlatformDataKeys ;
15+ import com .intellij .openapi .actionSystem .*;
2016import com .intellij .openapi .application .ApplicationManager ;
2117import com .intellij .openapi .diagnostic .Logger ;
2218import com .intellij .openapi .fileEditor .FileEditorManager ;
@@ -47,7 +43,7 @@ public SaAction() {
4743
4844 @ Override
4945 public @ NotNull ActionUpdateThread getActionUpdateThread () {
50- return ActionUpdateThread .EDT ;
46+ return ActionUpdateThread .BGT ;
5147 }
5248
5349 /**
You can’t perform that action at this time.
0 commit comments