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