Add kapt as test runtime dependency to J2K
This commit is contained in:
@@ -24,6 +24,7 @@ dependencies {
|
|||||||
testRuntime(project(":sam-with-receiver-ide-plugin"))
|
testRuntime(project(":sam-with-receiver-ide-plugin"))
|
||||||
testRuntime(project(":allopen-ide-plugin"))
|
testRuntime(project(":allopen-ide-plugin"))
|
||||||
testRuntime(project(":noarg-ide-plugin"))
|
testRuntime(project(":noarg-ide-plugin"))
|
||||||
|
testRuntime(project(":plugins:kapt3-idea")) { isTransitive = false }
|
||||||
testRuntime(ideaSdkDeps("*.jar"))
|
testRuntime(ideaSdkDeps("*.jar"))
|
||||||
testRuntime(ideaPluginDeps("*.jar", plugin = "properties"))
|
testRuntime(ideaPluginDeps("*.jar", plugin = "properties"))
|
||||||
testRuntime(ideaPluginDeps("*.jar", plugin = "gradle"))
|
testRuntime(ideaPluginDeps("*.jar", plugin = "gradle"))
|
||||||
|
|||||||
Reference in New Issue
Block a user