Skip to content

Commit 2d98467

Browse files
committed
build-all.sh no longer used + use property for ideaVersion in build.gradle
1 parent a76fde6 commit 2d98467

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

build-all.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ intellijPlatform {
8787
}
8888
pluginVerification {
8989
ides {
90-
ide "2025.2.2"
90+
ide "${ideaVersion}"
9191
}
9292
}
9393
}

0 commit comments

Comments
 (0)