Skip to content

Commit

Permalink
Depend on instrumentedJar (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoventurini authored Apr 2, 2023
1 parent 942e6f0 commit 34f6f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graph-database-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: "org.jetbrains.intellij"

dependencies {
implementation project(':language:cypher')
implementation project(':ui:jetbrains')
implementation project(path: ':ui:jetbrains', configuration: 'instrumentedJar')
}

intellij {
Expand Down

0 comments on commit 34f6f44

Please sign in to comment.