mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-06-07 10:04:06 +00:00
Remove redundant IntelliJ Platform dependency helpers: instrumentationTools()
, pluginVerifier()
, zipSigner()
This commit is contained in:
parent
22fd72e38e
commit
bcc4c264bd
@ -4,6 +4,10 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Removed
|
||||
|
||||
- Remove redundant IntelliJ Platform dependency helpers: `instrumentationTools()`, `pluginVerifier()`, `zipSigner()`
|
||||
|
||||
### Changed
|
||||
|
||||
- Upgrade Gradle Wrapper to `8.11.1`
|
||||
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user