Set thread context classloader in the kotlin runner

#KT-26624 fixed
This commit is contained in:
Ilya Chernikov
2019-08-26 19:43:55 +02:00
parent d3f32c0d8a
commit 08720a3dc6
3 changed files with 31 additions and 0 deletions
@@ -57,6 +57,8 @@ abstract class AbstractRunner : Runner {
)
}
Thread.currentThread().contextClassLoader = classLoader
try {
main.invoke(null, arguments.toTypedArray())
}