avoid to transfer gradle TestWorker class

This commit is contained in:
金戟 2021-04-03 18:16:36 +08:00
parent 58da25de53
commit 617d372545

View File

@ -40,7 +40,7 @@ public class TestableClassTransformer implements ClassFileTransformer {
/**
* Just avoid spend time to scan those surely non-user classes, should keep these lists as tiny as possible
*/
private final String[] BLACKLIST_PREFIXES = new String[] { "sun/", "com/sun/" };
private final String[] BLACKLIST_PREFIXES = new String[] { "sun/", "com/sun/", "org/gradle/" };
public MockClassParser mockClassParser = new MockClassParser();