Renaming for easier conversion, some more manual conversion

This commit is contained in:
Ilya Chernikov
2017-12-08 11:57:48 +01:00
committed by Vyacheslav Gerasimov
parent 6f21c36d68
commit a418a3ac49
5 changed files with 47 additions and 45 deletions
+16
View File
@@ -154,6 +154,20 @@ extra["IntellijCoreDependencies"] =
"xpp3-1.1.4-min.jar",
"xstream-*.jar")
extra["IntellijCoreDependenciesJars"] = // TODO: rename to IntellijCoreDependencies after old usages are cleared
listOf("annotations",
"asm-all",
"guava-21.0",
"jdom",
"jna",
"log4j",
"picocontainer",
"snappy-in-java-0.5.1",
"streamex-0.6.2",
"trove4j",
"xpp3-1.1.4-min",
"xstream-1.4.8")
extra["nativePlatformVariants"] =
listOf("windows-amd64",
"windows-i386",
@@ -288,6 +302,8 @@ allprojects {
ivy {
artifactPattern(rootProject.extra["markdownParserRepo"] as String)
}
intellijSdkRepo(project)
androidDxJarRepo(project)
}
configureJvmProject(javaHome!!, jvmTarget!!)