Remove redundant IntelliJ Platform dependency helpers: instrumentationTools(), pluginVerifier(), zipSigner()

This commit is contained in:
Jakub Chrzanowski 2024-12-11 19:01:25 +01:00
parent 22fd72e38e
commit bcc4c264bd
2 changed files with 4 additions and 3 deletions

View File

@ -4,6 +4,10 @@
## [Unreleased]
### Removed
- Remove redundant IntelliJ Platform dependency helpers: `instrumentationTools()`, `pluginVerifier()`, `zipSigner()`
### Changed
- Upgrade Gradle Wrapper to `8.11.1`

View File

@ -43,9 +43,6 @@ dependencies {
// Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file for plugin from JetBrains Marketplace.
plugins(providers.gradleProperty("platformPlugins").map { it.split(',') })
instrumentationTools()
pluginVerifier()
zipSigner()
testFramework(TestFrameworkType.Platform)
}
}