Parcel: Invoke box tests as an external process to prevent class clashes with IntelliJ platform

This commit is contained in:
Yan Zhulanow
2017-07-27 21:02:01 +03:00
committed by Yan Zhulanow
parent 11b6382518
commit 5641909d1d
4 changed files with 137 additions and 70 deletions
+4 -1
View File
@@ -247,9 +247,12 @@
<get-maven-library-with-dependencies
group="org.robolectric"
artifact="robolectric"
version="3.3.2"
version="3.1"
target.dir="robolectric"/>
<get-maven-library prefix="org/apache/maven" lib="maven-ant-tasks" version="2.1.3"
target.jar.name.base="maven-ant-tasks" download="${dependencies}/robolectric" />
<!-- kotlinx.coroutines -->
<get-maven-library prefix="org/jetbrains/kotlinx" lib="kotlinx-coroutines-core" version="${kotlinx.coroutines.version}"
target.jar.name.base="kotlinx-coroutines-core" server="http://dl.bintray.com/kotlin/kotlinx/"/>