Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Improve GRADLE build Performance#1030

Open
shisheng-1 wants to merge 1 commit into
se-edu:masterfrom
shisheng-1:Modify_GRADLE_1
Open

Improve GRADLE build Performance#1030
shisheng-1 wants to merge 1 commit into
se-edu:masterfrom
shisheng-1:Modify_GRADLE_1

Conversation

@shisheng-1

Copy link
Copy Markdown

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.

@canihasreview

canihasreview Bot commented Nov 12, 2021

Copy link
Copy Markdown

Click here to submit a new iteration when this PR is ready for review.

See this repository's contribution guide for more information.

@canihasreview

canihasreview Bot commented Nov 15, 2021

Copy link
Copy Markdown

v1

@shisheng-1 submitted v1 for review.

(📚 Archive)

Checkout this PR version locally
git fetch https://github.com/se-edu/addressbook-level4.git refs/pr/1030/1/head:BRANCHNAME

where BRANCHNAME is the name of the local branch you wish to fetch this PR to.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant