Skip to content

Commit

Permalink
update verifyPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
reymondzzzz committed Oct 29, 2024
1 parent 91ce5a9 commit 9e226eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
import org.jetbrains.intellij.platform.gradle.tasks.VerifyPluginTask

plugins {
id("java") // Java support
Expand Down Expand Up @@ -72,6 +73,11 @@ intellijPlatform {
}

pluginVerification {
failureLevel = listOf(
VerifyPluginTask.FailureLevel.INTERNAL_API_USAGES,
VerifyPluginTask.FailureLevel.COMPATIBILITY_PROBLEMS,
VerifyPluginTask.FailureLevel.INVALID_PLUGIN,
)
ides {
recommended()
}
Expand Down

0 comments on commit 9e226eb

Please sign in to comment.