Skip to content

Commit

Permalink
chore: use recommended IDEs when verifying plugin
Browse files Browse the repository at this point in the history
follow up to show reports directly on workflow summary

Signed-off-by: Stephane Bouchet <[email protected]>
  • Loading branch information
sbouchet committed Jan 30, 2025
1 parent 3731592 commit a425d98
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
import org.jetbrains.intellij.platform.gradle.models.ProductRelease
import org.jetbrains.intellij.platform.gradle.tasks.VerifyPluginTask.VerificationReportsFormats.HTML
import org.jetbrains.intellij.platform.gradle.tasks.VerifyPluginTask.VerificationReportsFormats.MARKDOWN

plugins {
alias(libs.plugins.gradleIntelliJPlugin) // Gradle IntelliJ Plugin
Expand Down Expand Up @@ -102,6 +104,7 @@ intellijPlatform {
}

pluginVerification {
verificationReportsFormats = listOf(MARKDOWN, HTML)
ides {
recommended()
}
Expand Down

0 comments on commit a425d98

Please sign in to comment.