mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Add Plugin Verifier configuration
This commit is contained in:
parent
22f70af698
commit
f83b2a7dd4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user