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 ebae982 commit 5f33beaCopy full SHA for 5f33bea
1 file changed
build.gradle
@@ -97,7 +97,7 @@ def useIdeaInstaller = !versionToUse.containsIgnoreCase( "EAP" )
97
dependencies {
98
intellijPlatform {
99
intellijIdea(versionToUse) {
100
- useInstaller = false
+ useInstaller = useIdeaInstaller
101
}
102
103
bundledPlugin( 'com.intellij.java' )
0 commit comments