mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-12-05 06:11:52 +00:00
Add a comment for bundledModules
This commit is contained in:
parent
13a0fb863b
commit
eeb011bf60
@ -44,6 +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.
|
||||
bundledModules(providers.gradleProperty("platformBundledModules").map { it.split(',') })
|
||||
|
||||
testFramework(TestFrameworkType.Platform)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user