mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
enable parallel classloading in teamcity tests
This commit is contained in:
+4
@@ -29,6 +29,10 @@ import java.util.LinkedHashSet;
|
||||
* @author max
|
||||
*/
|
||||
public class ExternalClasspathClassLoader extends URLClassLoader {
|
||||
static {
|
||||
registerAsParallelCapable();
|
||||
}
|
||||
|
||||
private ExternalClasspathClassLoader(URL[] urls) {
|
||||
super(urls, Thread.currentThread().getContextClassLoader());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user