Ultimate-plugin: UAST added as dependency

This commit is contained in:
Nicolay Mitropolsky
2017-10-26 14:31:24 +03:00
committed by Nikolay Krasko
parent f4a8a98157
commit 2f30ca3fac
+2
View File
@@ -82,6 +82,8 @@ dependencies {
testRuntime(project(":allopen-ide-plugin")) { isTransitive = false }
testRuntime(project(":kotlin-allopen-compiler-plugin")) { isTransitive = false }
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
testRuntime(project(":plugins:uast-kotlin"))
testRuntime(project(":plugins:uast-kotlin-idea"))
testRuntime(ideaUltimateSdkDeps("*.jar"))
testRuntime(ideaUltimatePluginDeps("*.jar", plugin = "properties"))
testRuntime(ideaUltimatePluginDeps("*.jar", plugin = "coverage"))