Fix uast-kotlin dependencies and tests
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
a6f8db5d02
commit
e8494a5371
@@ -2,9 +2,7 @@
|
|||||||
apply { plugin("kotlin") }
|
apply { plugin("kotlin") }
|
||||||
|
|
||||||
configureIntellijPlugin {
|
configureIntellijPlugin {
|
||||||
setPlugins("junit", "gradle", "Groovy", "android",
|
setPlugins("junit", "gradle", "Groovy", "properties")
|
||||||
"maven", // TODO: check whether it works in AS (it was marked optional before
|
|
||||||
"properties")
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
@@ -33,12 +31,10 @@ dependencies {
|
|||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(intellij { include("openapi.jar", "idea.jar", "util.jar", "extensions.jar", "asm-all.jar") })
|
compileOnly(intellij { include("openapi.jar", "idea.jar", "util.jar", "extensions.jar", "asm-all.jar") })
|
||||||
compileOnly(intellijPlugins("junit", "gradle", "Groovy", "android",
|
|
||||||
"maven", // TODO: check whether it works in AS (it was marked optional before
|
|
||||||
"properties"))
|
|
||||||
testCompileOnly(intellij { include("idea_rt.jar") })
|
testCompileOnly(intellij { include("idea_rt.jar") })
|
||||||
testCompile(intellijPlugins("junit", "gradle", "Groovy", "android", "maven", "properties"))
|
testRuntime(project(":plugins:kapt3-idea"))
|
||||||
testRuntime(intellij())
|
testRuntime(intellij())
|
||||||
|
testRuntime(intellijPlugins("junit", "gradle", "Groovy", "properties"))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user