as31: Fix build scripts for AS 3.1

This commit is contained in:
Vyacheslav Gerasimov
2018-01-20 14:29:20 +03:00
committed by Nikolay Krasko
parent 25fddaacfb
commit fd0045cf6b
7 changed files with 521 additions and 2 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ dependencies {
testCompile(projectTests(":idea:idea-test-framework"))
testCompileOnly(intellijDep())
testCompileOnly(intellijPluginDep("maven"))
//testCompileOnly(intellijPluginDep("maven"))
testRuntime(projectDist(":kotlin-reflect"))
testRuntime(project(":idea:idea-jvm"))
@@ -45,7 +45,7 @@ dependencies {
testRuntime(intellijPluginDep("gradle"))
testRuntime(intellijPluginDep("Groovy"))
testRuntime(intellijPluginDep("coverage"))
testRuntime(intellijPluginDep("maven"))
//testRuntime(intellijPluginDep("maven"))
testRuntime(intellijPluginDep("android"))
}