Skip to content

Commit

Permalink
Revert "7810 test coverage regression fix (#7904)" (#7937)
Browse files Browse the repository at this point in the history
This reverts commit ea614c4.

#7810

The instructions to include

```
      bundledModule("intellij.platform.coverage")
      bundledModule("intellij.platform.coverage.agent")
```

pre `org.jetbrains.intellij.platform` upgrade to `2.2.1`,
#7936, completely put
Android Studio 2024.2 (Ladybug) and Android Studio 2024.3 (Meerkat) into
a **locked state**.
  • Loading branch information
jwren authored Feb 14, 2025
1 parent ea614c4 commit 7ca1ac3
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 647 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ dependencies {
bundledPlugins(bundledPluginList)
plugins(pluginList)

if (sinceBuildInput == "243" || sinceBuildInput == "251") {
bundledModule("intellij.platform.coverage")
bundledModule("intellij.platform.coverage.agent")
}

// The warning that "instrumentationTools()" is deprecated might be valid, however, this error is produced by Gradle IJ plugin version
// 2.1.0 if this isn't included:
// Caused by: org.gradle.api.GradleException: No Java Compiler dependency found.
Expand Down
5 changes: 0 additions & 5 deletions flutter-idea/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ dependencies {
bundledPlugins(bundledPluginList)
plugins(pluginList)

if (sinceBuildInput == "243" || sinceBuildInput == "251") {
bundledModule("intellij.platform.coverage")
bundledModule("intellij.platform.coverage.agent")
}

// The warning that "instrumentationTools()" is deprecated might be valid, however, this error is produced by Gradle IJ plugin version
// 2.1.0 if this isn't included:
// Caused by: org.gradle.api.GradleException: No Java Compiler dependency found.
Expand Down

This file was deleted.

This file was deleted.

163 changes: 0 additions & 163 deletions flutter-idea/src/io/flutter/run/coverage/FlutterCoverageEngine.java

This file was deleted.

Loading

0 comments on commit 7ca1ac3

Please sign in to comment.