jetbrains-plugin-graph-database-support icon indicating copy to clipboard operation
jetbrains-plugin-graph-database-support copied to clipboard

Improve GRADLE build Performance

Open i-Taozi opened this issue 4 years ago • 0 comments

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.

i-Taozi avatar Nov 04 '21 06:11 i-Taozi