We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5389435 commit f14d2a9Copy full SHA for f14d2a9
build.gradle.kts
@@ -1,6 +1,7 @@
1
import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
2
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
3
import org.jetbrains.intellij.platform.gradle.models.ProductRelease
4
+import org.jetbrains.intellij.platform.gradle.tasks.VerifyPluginTask.FailureLevel.*
5
import org.jetbrains.intellij.platform.gradle.tasks.VerifyPluginTask.VerificationReportsFormats.HTML
6
import org.jetbrains.intellij.platform.gradle.tasks.VerifyPluginTask.VerificationReportsFormats.MARKDOWN
7
@@ -104,6 +105,7 @@ intellijPlatform {
104
105
}
106
107
pluginVerification {
108
+ failureLevel = listOf(INVALID_PLUGIN, COMPATIBILITY_PROBLEMS, MISSING_DEPENDENCIES)
109
verificationReportsFormats = listOf(MARKDOWN, HTML)
110
ides {
111
recommended()
0 commit comments