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 2f10745 commit 4eb629cCopy full SHA for 4eb629c
1 file changed
build.gradle
@@ -95,6 +95,8 @@ def versionToUse = System.getenv().getOrDefault( 'IDEA_VERSION', ideaVersion )
95
def useIdeaInstaller = !versionToUse.containsIgnoreCase( "EAP" )
96
dependencies {
97
intellijPlatform {
98
+ // When versionToUse is 2025.3 or later then there is only a single distribution of IntelliJ
99
+ // This comparison can be removed if the oldest supported version of idea is 2025.3 (253) or later
100
if (('2025.3' <=> versionToUse) <= 0 ){
101
intellijIdea(versionToUse) {
102
useInstaller = useIdeaInstaller
0 commit comments