Do not use projectTest helper to setup kotlinx-metadata-jvm

It sets up test instrumenter which cannot be used when running
these tests under JDK6.

Do not setup working dir, as there tests do not depend on it.
This commit is contained in:
Ilya Gorbunov
2018-08-07 20:57:36 +03:00
parent 632dd05116
commit f41b410e1d
@@ -79,6 +79,3 @@ if (deployVersion != null) {
publish()
}
projectTest {
workingDir = rootDir
}