Skip to content

Commit 6041b6c

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 f14d2a9 commit 6041b6c

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

build.gradle.kts

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
22
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
33
import org.jetbrains.intellij.platform.gradle.models.ProductRelease
44
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
5+
import org.jetbrains.intellij.platform.gradle.tasks.VerifyPluginTask.VerificationReportsFormats.*
76

87
plugins {
98
alias(libs.plugins.gradleIntelliJPlugin) // Gradle IntelliJ Plugin
@@ -54,8 +53,6 @@ dependencies {
5453

5554
pluginVerifier()
5655

57-
instrumentationTools()
58-
5956
testFramework(TestFrameworkType.Platform)
6057
}
6158

@@ -106,7 +103,7 @@ intellijPlatform {
106103

107104
pluginVerification {
108105
failureLevel = listOf(INVALID_PLUGIN, COMPATIBILITY_PROBLEMS, MISSING_DEPENDENCIES)
109-
verificationReportsFormats = listOf(MARKDOWN, HTML)
106+
verificationReportsFormats = listOf(MARKDOWN, PLAIN)
110107
ides {
111108
recommended()
112109
}

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ junit-jupiter = "5.10.3"
1313
gson = "2.8.9"
1414

1515
# plugins
16-
gradleIntelliJPlugin = "2.1.0"
16+
gradleIntelliJPlugin = "2.2.1"
1717
kotlinJvm = "2.0.20"
1818

1919
[libraries]

0 commit comments

Comments
 (0)