7 lines
222 B
Text
7 lines
222 B
Text
|
import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
|
||
|
|
||
|
dependencies {
|
||
|
intellijPlatform {
|
||
|
create(IntelliJPlatformType.IntellijIdeaCommunity, providers.gradleProperty("ideaCommunityVersion"))
|
||
|
}
|
||
|
}
|