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