Prepare intellij sdk deps in buildSrc

This commit is contained in:
Ilya Chernikov
2017-12-05 16:15:49 +01:00
committed by Vyacheslav Gerasimov
parent 59c8f33450
commit eabbebd458
6 changed files with 223 additions and 30 deletions
+7 -1
View File
@@ -5,6 +5,12 @@ configureIntellijPlugin {
setExtraDependencies("intellij-core")
}
repositories {
ivy {
artifactPattern("${rootDir.absoluteFile.toURI().toURL()}/buildSrc/prepare-deps/dx/build/[artifact](-[classifier]).jar")
}
}
dependencies {
testCompile(project(":core:descriptors"))
testCompile(project(":core:descriptors.jvm"))
@@ -29,7 +35,7 @@ dependencies {
testCompile(projectTests(":compiler:tests-common-jvm6"))
testCompileOnly(project(":kotlin-reflect-api"))
testCompile(commonDep("junit:junit"))
testCompile(project(":custom-dependencies:android-sdk", configuration = "dxJar"))
testCompile("my-custom-deps:dx:0")
}
afterEvaluate {