File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
2
2
import org.jetbrains.intellij.platform.gradle.TestFrameworkType
3
3
import org.jetbrains.intellij.platform.gradle.models.ProductRelease
4
4
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.*
7
6
8
7
plugins {
9
8
alias(libs.plugins.gradleIntelliJPlugin) // Gradle IntelliJ Plugin
@@ -54,8 +53,6 @@ dependencies {
54
53
55
54
pluginVerifier()
56
55
57
- instrumentationTools()
58
-
59
56
testFramework(TestFrameworkType .Platform )
60
57
}
61
58
@@ -106,7 +103,7 @@ intellijPlatform {
106
103
107
104
pluginVerification {
108
105
failureLevel = listOf (INVALID_PLUGIN , COMPATIBILITY_PROBLEMS , MISSING_DEPENDENCIES )
109
- verificationReportsFormats = listOf (MARKDOWN , HTML )
106
+ verificationReportsFormats = listOf (MARKDOWN , PLAIN )
110
107
ides {
111
108
recommended()
112
109
}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ junit-jupiter = "5.10.3"
13
13
gson = " 2.8.9"
14
14
15
15
# plugins
16
- gradleIntelliJPlugin = " 2.1.0 "
16
+ gradleIntelliJPlugin = " 2.2.1 "
17
17
kotlinJvm = " 2.0.20"
18
18
19
19
[libraries ]
You can’t perform that action at this time.
0 commit comments