Skip to content

Commit a05b60b

Browse files
authored
Calling instrumentationTools() is no longer necessary. (#531)
1 parent 36971c8 commit a05b60b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

buildSrc/src/main/kotlin/build-standard-jetbrains-plugin-build.gradle.kts

-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ dependencies {
7070
// Plugin Dependencies. Uses `platformBundledPlugins` property from the gradle.properties file for bundled IntelliJ Platform plugins.
7171
bundledPlugins(platformBundledPlugins.map { it.split(',') })
7272

73-
instrumentationTools()
74-
7573
// `jetbrainsRuntime()` is necessary mostly for EAP/SNAPSHOT releases of IJ so that the IDE pulls the correct JBR
7674
// - https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-jetbrains-runtime.html#obtained-with-intellij-platform-from-maven
7775
if (isSnapshot) {

0 commit comments

Comments
 (0)