[bisq-network/bisq] Improve GRADLE build Performance (PR #5822)

shisheng-1 notifications at github.com
Fri Nov 12 04:37:21 CET 2021


[Compiler daemon](https://docs.gradle.org/current/userguide/performance.html#compiler_daemon). The Gradle Java plugin allows you to run the compiler as a separate process by setting `options.fork = true`. This feature can lead to much less garbage collection and make Gradle’s infrastructure faster. This project has more than 1000 source files. We can consider enabling this feature.

=====================
If there are any inappropriate modifications in this PR, please give me a reply and I will change them.

You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/5822

-- Commit Summary --

  * <a href="https://github.com/bisq-network/bisq/pull/5822/commits/596379dffcad04e41359907e4aba6f7b297b1ee5">Improve GRADLE build Performance</a>

-- File Changes --

    M build.gradle (7)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/5822.patch
https://github.com/bisq-network/bisq/pull/5822.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/5822
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211111/49483c74/attachment.htm>


More information about the bisq-github mailing list