Skip to content

Commit

Permalink
Fix remaining test compats and other small changes for Giraffe
Browse files Browse the repository at this point in the history
(cherry picked from commit 673c7df)
  • Loading branch information
Googler authored and mai93 committed Mar 7, 2023
1 parent db62317 commit 71513e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class NonBlazeProducerSuppressor implements StartupActivity {

private static final ImmutableList<String> KOTLIN_PRODUCERS =
ImmutableList.of(
"org.jetbrains.kotlin.idea.gradleCodeInsightCommon.native.KotlinNativeRunConfigurationProducer",
"org.jetbrains.kotlin.idea.gradleJava.run.KotlinJvmTestClassGradleConfigurationProducer",
"org.jetbrains.kotlin.idea.gradleJava.run.KotlinJvmTestMethodGradleConfigurationProducer",
"org.jetbrains.kotlin.idea.gradleJava.run.KotlinMultiplatformJvmTestClassGradleConfigurationProducer",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public StubOCResolveConfigurationBase getModifiableStubConfiguration() {
return (StubOCResolveConfigurationBase) resolveConfigurations.get(0);
}

@Override
// @Override removed in #api223
public int getClientVersion() {
return 0;
}
Expand Down Expand Up @@ -82,7 +82,7 @@ public OCResolveConfiguration getConfigurationById(String id) {
return ContainerUtil.find(resolveConfigurations, it -> Objects.equals(id, it.getUniqueId()));
}

@Override
// @Override removed in #api223
public ModifiableModel getModifiableModel() {
throw new UnsupportedOperationException();
}
Expand Down

0 comments on commit 71513e2

Please sign in to comment.