⚔️ A common architecture for Android applications developing based on MVP, integrates many open source projects, to make your developing quicker and easier (一个整合了大量主流开源项目高度可配置化的 Android MVP 快速集成框架).
Disable report generation. We can conditionally disable it by setting reports.html.required = false; reports.junitXml.required = false. If you need to generate reports, add -PcreateReports to the end of Gradle's build command line.
=====================
If there are any inappropriate modifications in this PR, please give me a reply and I will change them.
Parallel test execution maxParallelForks. Gradle can run multiple test cases in parallel by setting
maxParallelForks
.Disable report generation. We can conditionally disable it by setting
reports.html.required = false; reports.junitXml.required = false
. If you need to generate reports, add-PcreateReports
to the end of Gradle's build command line.===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change them.