Skip to content

Commit

Permalink
Add missing dependencies for commit dcd966f
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-g authored and ligee committed Sep 20, 2017
1 parent 479a8b7 commit 47eedd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ultimate/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
compile(project(":compiler:light-classes")) { isTransitive = false }
compile(project(":compiler:frontend")) { isTransitive = false }
compile(project(":compiler:frontend.java")) { isTransitive = false }
compile(project(":js:js.frontend")) { isTransitive = false }
compile(projectClasses(":idea"))
compile(project(":idea:idea-core")) { isTransitive = false }
compile(project(":idea:ide-common")) { isTransitive = false }
Expand All @@ -48,6 +49,7 @@ dependencies {
compile(ideaUltimatePluginDeps("*.jar", plugin = "gradle"))
compile(ideaUltimatePluginDeps("*.jar", plugin = "Groovy"))
compile(ideaUltimatePluginDeps("*.jar", plugin = "junit"))
compile(ideaUltimatePluginDeps("*.jar", plugin = "JavaScriptLanguage"))
compile(ideaUltimatePluginDeps("*.jar", plugin = "uml"))

testCompile(projectDist(":kotlin-test:kotlin-test-jvm"))
Expand Down

0 comments on commit 47eedd1

Please sign in to comment.