Add kapt3-idea to J2K classpath to avoid spam in logs
This commit is contained in:
committed by
Ilya Kirillov
parent
394031a183
commit
1fd5738a60
@@ -55,6 +55,7 @@ dependencies {
|
||||
testRuntime(intellijPluginDep("properties"))
|
||||
testRuntime(intellijPluginDep("java-i18n"))
|
||||
testRuntime(intellijPluginDep("java-decompiler"))
|
||||
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user