Skip to content

Improve GRADLE build Performance#36

Open
ChenZhangg wants to merge 1 commit intohuxi:masterfrom
ChenZhangg:Modify_GRADLE_3
Open

Improve GRADLE build Performance#36
ChenZhangg wants to merge 1 commit intohuxi:masterfrom
ChenZhangg:Modify_GRADLE_3

Conversation

@ChenZhangg
Copy link
Copy Markdown

@ChenZhangg ChenZhangg commented Oct 13, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant