Add kapt3-idea to J2K classpath to avoid spam in logs

This commit is contained in:
Simon Ogorodnik
2017-10-10 00:13:25 +03:00
committed by Ilya Kirillov
parent 394031a183
commit 1fd5738a60
+1
View File
@@ -55,6 +55,7 @@ dependencies {
testRuntime(intellijPluginDep("properties"))
testRuntime(intellijPluginDep("java-i18n"))
testRuntime(intellijPluginDep("java-decompiler"))
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
}
sourceSets {