Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallelize Gradle build #290

Open
lupino3 opened this issue Feb 2, 2020 · 1 comment
Open

Parallelize Gradle build #290

lupino3 opened this issue Feb 2, 2020 · 1 comment

Comments

@lupino3
Copy link
Member

lupino3 commented Feb 2, 2020

https://docs.gradle.org/6.1.1/userguide/multi_project_builds.html#sec:parallel_execution

For example, we could have the following projects:

  • shared (core code, tests)
  • docs (compilation of html/pdf code)
  • war (GWT code)
  • jar

This is just a strawman proposal, there might be a better way to parallelize the build. This would mostly benefit local builds, the CI pipeline is fast enough and there are better ways to improve parallelism there (by properly using jobs, stages, etc.).

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

No branches or pull requests

1 participant