Skip to content

Commit

Permalink
Add missed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DeKaN authored Sep 30, 2024
1 parent 2598ad3 commit 672bf98
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import org.jetbrains.changelog.Changelog
import org.jetbrains.changelog.markdownToHTML
import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
import org.jetbrains.intellij.platform.gradle.models.ProductRelease
import org.jetbrains.intellij.platform.gradle.TestFrameworkType

fun properties(key: String) = providers.gradleProperty(key)
fun environment(key: String) = providers.environmentVariable(key)
Expand Down Expand Up @@ -42,6 +43,11 @@ dependencies {
bundledPlugins(
properties("platformBundledPlugins").map { it.split(',').map(String::trim).filter(String::isNotEmpty) }
)
pluginVerifier()
zipSigner()
instrumentationTools()

testFramework(TestFrameworkType.Platform)
}
}

Expand Down

0 comments on commit 672bf98

Please sign in to comment.