Prepare intellij sdk deps in buildSrc
This commit is contained in:
committed by
Vyacheslav Gerasimov
parent
59c8f33450
commit
eabbebd458
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user