We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb1f4b commit 9274d27Copy full SHA for 9274d27
src/test-project/gradle.properties
@@ -1 +1 @@
1
-ideaVersion=IC-2023.2
+ideaVersion=IC-2024.1
src/test-project/src/test/java/com/redhat/devtools/intellij/commonuitest/LibraryTestBase.java
@@ -31,7 +31,7 @@
31
@ExtendWith(ScreenshotAfterTestFailExtension.class)
32
public class LibraryTestBase {
33
protected static final Logger LOGGER = Logger.getLogger(LibraryTestBase.class.getName());
34
- private static final IntelliJVersion ideaVersion = IntelliJVersion.COMMUNITY_V_2023_2;
+ private static final IntelliJVersion ideaVersion = IntelliJVersion.COMMUNITY_V_2024_1;
35
protected static RemoteRobot remoteRobot;
36
protected static int ideaVersionInt = ideaVersion.toInt();
37
private static boolean intelliJHasStarted = false;
0 commit comments