From 8201ff3006e66149d1cf90eab8ff38187f2e6faa Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 5 Oct 2017 17:03:38 +0200 Subject: [PATCH] Fix properties plugin dependency for AS 2.3 --- plugins/uast-kotlin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/uast-kotlin/build.gradle.kts b/plugins/uast-kotlin/build.gradle.kts index bab1f15e15b..1a247db9ed9 100644 --- a/plugins/uast-kotlin/build.gradle.kts +++ b/plugins/uast-kotlin/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { testRuntime(ideaPluginDeps("*.jar", plugin = "Groovy")) testRuntime(ideaPluginDeps("*.jar", plugin = "android")) testRuntime(ideaPluginDeps("*.jar", plugin = "maven", optional = true)) - testRuntime(ideaPluginDeps("resources_en", plugin = "properties")) + testRuntime(ideaPluginDeps("*.jar", plugin = "properties")) testRuntime(project(":idea:idea-android")) testRuntime(project(":idea:idea-gradle")) testRuntime(project(":sam-with-receiver-ide-plugin"))