Add kapt as test runtime dependency to J2K

This commit is contained in:
Mikhail Glukhikh
2017-12-05 18:18:48 +03:00
parent a90e3c2e45
commit 7eb62b9ca4
+1
View File
@@ -24,6 +24,7 @@ dependencies {
testRuntime(project(":sam-with-receiver-ide-plugin"))
testRuntime(project(":allopen-ide-plugin"))
testRuntime(project(":noarg-ide-plugin"))
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
testRuntime(ideaSdkDeps("*.jar"))
testRuntime(ideaPluginDeps("*.jar", plugin = "properties"))
testRuntime(ideaPluginDeps("*.jar", plugin = "gradle"))