mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
Add Plugin Verifier configuration
This commit is contained in:
@@ -47,6 +47,7 @@ dependencies {
|
||||
plugins(properties("platformPlugins").map { it.split(',') })
|
||||
|
||||
instrumentationTools()
|
||||
pluginVerifier()
|
||||
testFramework(TestFrameworkType.Platform.JUnit4)
|
||||
}
|
||||
}
|
||||
@@ -101,6 +102,12 @@ intellijPlatform {
|
||||
// https://plugins.jetbrains.com/docs/intellij/deployment.html#specifying-a-release-channel
|
||||
channels = properties("pluginVersion").map { listOf(it.substringAfter('-', "").substringBefore('.').ifEmpty { "default" }) }
|
||||
}
|
||||
|
||||
verifyPlugin {
|
||||
ides {
|
||||
recommended()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Configure Gradle Changelog Plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
|
||||
|
||||
Reference in New Issue
Block a user