|
|
|
|
@ -44,7 +44,7 @@ dependencies {
@@ -44,7 +44,7 @@ dependencies {
|
|
|
|
|
// Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file for plugin from JetBrains Marketplace. |
|
|
|
|
plugins(providers.gradleProperty("platformPlugins").map { it.split(',') }) |
|
|
|
|
|
|
|
|
|
// Module Dependencies. Use `platformBundledModules` property from the gradle.properties file for bundled IntelliJ Platform modules. |
|
|
|
|
// Module Dependencies. Uses `platformBundledModules` property from the gradle.properties file for bundled IntelliJ Platform modules. |
|
|
|
|
bundledModules(providers.gradleProperty("platformBundledModules").map { it.split(',') }) |
|
|
|
|
|
|
|
|
|
testFramework(TestFrameworkType.Platform) |
|
|
|
|
|