如何从朱尼特排除木星

时间:2019-09-27 13:06:58

标签: android gradle android-gradle-plugin

 testImplementation(TestLibs.junit)
        {
            exclude group: 'org.junit.jupiter'
            module 'org.junit.jupiter:junit-jupiter-api:5.5.2'
        }

这是我从gradle中获取的代码,如何修复它是行不通的,我需要从junit中排除木星

0 个答案:

没有答案