Skip to content

Commit 5bef0f2

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 6041b6c commit 5bef0f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
//plugins.set(listOf(file("/path/to/plugin/")))
5353

5454
pluginVerifier()
55-
55+
instrumentationTools()
5656
testFramework(TestFrameworkType.Platform)
5757
}
5858

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.2.1"
16+
gradleIntelliJPlugin = "2.1.0"
1717
kotlinJvm = "2.0.20"
1818

1919
[libraries]

0 commit comments

Comments
 (0)