diff --git a/build.gradle.kts b/build.gradle.kts index bac9333..bacd0c7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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