We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6041b6c commit 5bef0f2Copy full SHA for 5bef0f2
build.gradle.kts
@@ -52,7 +52,7 @@ dependencies {
52
//plugins.set(listOf(file("/path/to/plugin/")))
53
54
pluginVerifier()
55
-
+ instrumentationTools()
56
testFramework(TestFrameworkType.Platform)
57
}
58
gradle/libs.versions.toml
@@ -13,7 +13,7 @@ junit-jupiter = "5.10.3"
13
gson = "2.8.9"
14
15
# plugins
16
-gradleIntelliJPlugin = "2.2.1"
+gradleIntelliJPlugin = "2.1.0"
17
kotlinJvm = "2.0.20"
18
19
[libraries]
0 commit comments