We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28a67f commit 93aca71Copy full SHA for 93aca71
1 file changed
build.gradle.kts
@@ -28,7 +28,7 @@ repositories {
28
29
dependencies {
30
intellijPlatform {
31
- intellijIdeaCommunity(libs.versions.intellij.ide)
+ intellijIdeaCommunity(libs.versions.intellij.ide, useInstaller = false)
32
pluginVerifier()
33
34
// Required
0 commit comments