Add ultimate sdk

This commit is contained in:
Ilya Chernikov
2017-12-11 23:44:43 +01:00
committed by Vyacheslav Gerasimov
parent 1219572aa0
commit d38b1c361a
5 changed files with 36 additions and 6 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ dependencies {
compile(project(":idea:ide-common")) { isTransitive = false }
compile(project(":idea:idea-gradle")) { isTransitive = false }
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(intellijDep()) { includeJars("annotations", "trove4j", "openapi", "idea", "util", "jdom") }
compileOnly(intellijUltimateDep()) { includeJars("annotations", "trove4j", "openapi", "idea", "util", "jdom") }
compileOnly(intellijPluginDep("CSS"))
compileOnly(intellijPluginDep("DatabaseTools"))
compileOnly(intellijPluginDep("JavaEE"))
@@ -86,7 +86,7 @@ dependencies {
springClasspath(commonDep("org.springframework", "spring-web"))
testCompileOnly(intellijDep()) { includeJars("gson-2.5", "annotations", "trove4j", "openapi", "idea", "util", "jdom") }
testRuntime(intellijDep())
testRuntime(intellijUltimateDep())
testCompile(intellijPluginDep("CSS"))
testCompile(intellijPluginDep("DatabaseTools"))
testCompile(intellijPluginDep("JavaEE"))
+1 -1
View File
@@ -21,7 +21,7 @@ dependencies {
compileOnly(project(":idea:idea-jvm"))
runtimeOnly(files(toolsJar()))
compileOnly(intellijDep())
compileOnly(intellijUltimateDep())
}
afterEvaluate {