Skip to content

Commit 4eb629c

Browse files
committed
add comment about version comparison
1 parent 2f10745 commit 4eb629c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ def versionToUse = System.getenv().getOrDefault( 'IDEA_VERSION', ideaVersion )
9595
def useIdeaInstaller = !versionToUse.containsIgnoreCase( "EAP" )
9696
dependencies {
9797
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
98100
if (('2025.3' <=> versionToUse) <= 0 ){
99101
intellijIdea(versionToUse) {
100102
useInstaller = useIdeaInstaller

0 commit comments

Comments
 (0)