Minor: Fix Android JPS test

This commit is contained in:
Yan Zhulanow
2017-04-26 21:20:52 +03:00
parent 8354d25800
commit 14fde339ef
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -30,6 +30,7 @@
<jarDirectory url="file://$MODULE_DIR$/../../../ideaSDK/plugins/gradle/lib" recursive="false" type="SOURCES" />
</library>
</orderEntry>
<orderEntry type="library" scope="TEST" name="gradle-and-groovy-plugin" level="project" />
<orderEntry type="module" module-name="java-model-wrappers" scope="TEST" />
<orderEntry type="module" module-name="light-classes" scope="TEST" />
<orderEntry type="library" scope="TEST" name="junit-plugin" level="project" />
@@ -28,7 +28,7 @@ import java.io.File
abstract class AbstractAndroidJpsTestCase : BaseKotlinJpsBuildTestCase() {
private val SDK_NAME = "Android API 23 Platform"
private val SDK_NAME = "Android API 21 Platform"
fun doTest(path: String) {
addJdkAndAndroidSdk()