Skip to content

Commit f14d2a9

Browse files
sbouchetadietish
authored andcommitted
chore: use recommended IDEs when verifying plugin
follow up to show reports directly on workflow summary fixed failure levels Signed-off-by: Stephane Bouchet <[email protected]>
1 parent 5389435 commit f14d2a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
22
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
33
import org.jetbrains.intellij.platform.gradle.models.ProductRelease
4+
import org.jetbrains.intellij.platform.gradle.tasks.VerifyPluginTask.FailureLevel.*
45
import org.jetbrains.intellij.platform.gradle.tasks.VerifyPluginTask.VerificationReportsFormats.HTML
56
import org.jetbrains.intellij.platform.gradle.tasks.VerifyPluginTask.VerificationReportsFormats.MARKDOWN
67

@@ -104,6 +105,7 @@ intellijPlatform {
104105
}
105106

106107
pluginVerification {
108+
failureLevel = listOf(INVALID_PLUGIN, COMPATIBILITY_PROBLEMS, MISSING_DEPENDENCIES)
107109
verificationReportsFormats = listOf(MARKDOWN, HTML)
108110
ides {
109111
recommended()

0 commit comments

Comments
 (0)