Build changes to support Android Studio

This commit is contained in:
Dmitry Jemerov
2017-12-28 19:41:36 +01:00
committed by Vyacheslav Gerasimov
parent b2ca302bf7
commit e83845ea72
17 changed files with 118 additions and 40 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ dependencies {
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(intellijDep()) {
includeJars("annotations", "openapi", "idea", "velocity", "boot", "gson-2.5", "log4j", "asm-all",
"swingx-core-1.6.2", "forms_rt", "util", "jdom", "trove4j", "guava-21.0")
includeJars("annotations", "openapi", "idea", "velocity", "boot", "gson", "log4j", "asm-all",
"swingx-core-1.6.2", "forms_rt", "util", "jdom", "trove4j", "guava-21.0", rootProject = rootProject)
}
compileOnly(commonDep("com.google.code.findbugs", "jsr305"))
compileOnly(intellijPluginDep("IntelliLang"))