We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942e6f0 commit 34f6f44Copy full SHA for 34f6f44
graph-database-plugin/build.gradle
@@ -8,7 +8,7 @@ apply plugin: "org.jetbrains.intellij"
8
9
dependencies {
10
implementation project(':language:cypher')
11
- implementation project(':ui:jetbrains')
+ implementation project(path: ':ui:jetbrains', configuration: 'instrumentedJar')
12
}
13
14
intellij {
0 commit comments