Skip to content

Commit 34f6f44

Browse files
Depend on instrumentedJar (#72)
1 parent 942e6f0 commit 34f6f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph-database-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apply plugin: "org.jetbrains.intellij"
88

99
dependencies {
1010
implementation project(':language:cypher')
11-
implementation project(':ui:jetbrains')
11+
implementation project(path: ':ui:jetbrains', configuration: 'instrumentedJar')
1212
}
1313

1414
intellij {

0 commit comments

Comments
 (0)