Skip to content

Commit 5389435

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
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.VerificationReportsFormats.HTML
5+
import org.jetbrains.intellij.platform.gradle.tasks.VerifyPluginTask.VerificationReportsFormats.MARKDOWN
46

57
plugins {
68
alias(libs.plugins.gradleIntelliJPlugin) // Gradle IntelliJ Plugin
@@ -102,6 +104,7 @@ intellijPlatform {
102104
}
103105

104106
pluginVerification {
107+
verificationReportsFormats = listOf(MARKDOWN, HTML)
105108
ides {
106109
recommended()
107110
}

0 commit comments

Comments
 (0)