Skip to content

Commit

Permalink
Restore test functionality for 2023.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ahus1 committed Sep 22, 2023
1 parent 0c767d3 commit e13c014
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ intellij {
// 'com.google.ide-perf:1.2.0', // performance tracing
// see https://github.com/google/ide-perf/blob/master/docs/user-guide.md
'java', // used to integrate into the build via AsciiDocTargetScopeProvider
'com.intellij.properties', // dependency to the Java plugin
'yaml', // used to inject file references to Antora YAML files
// 'com.jetbrains.performancePlugin:213.5744.122' // used run YourKit CPU profiling in test IDE
// see https://intellij-support.jetbrains.com/hc/en-us/articles/207241235
// https://plugins.jetbrains.com/plugin/16136-grazie-professional/
'com.intellij.grazie.pro:0.3.244'
'com.intellij.grazie.pro:0.3.250'
]
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class AsciiDocGrammarInspectionTest extends AsciiDocQuickFixTestBase {
// to avoid: com.intellij.openapi.progress.ProcessCanceledException: java.lang.IncompatibleClassChangeError
disabled.add(PluginId.getId("com.intellij.grazie.pro"));

DisabledPluginsState.saveDisabledPluginsAndInvalidate(disabled);
DisabledPluginsState.Companion.saveDisabledPluginsAndInvalidate(disabled);
}

private static final String NAME = new AsciiDocChangeCaseForAnchor().getName();
Expand Down

0 comments on commit e13c014

Please sign in to comment.