# Multi Project Build Help

**URL:** https://discuss.gradle.org/t/multi-project-build-help/39781
**Category:** Help/Discuss
**Created:** [April 26, 2021, 1:43pm UTC](https://discuss.gradle.org/t/multi-project-build-help/39781 "2021-04-26T13:43:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![gabel6971](https://avatars.discourse-cdn.com/v4/letter/g/dc4da7/32.png) [@gabel6971](https://discuss.gradle.org/u/gabel6971)
#### Post date: [April 26, 2021, 1:43pm UTC](https://discuss.gradle.org/t/multi-project-build-help/39781/1 "2021-04-26T13:43:52Z")

</div>

I am fairly new to gradle and I was hoping for some guidance on the best approach. I have an application that consists of 4 different projects. Project 1, Project 2, and Project 3 are used for the server side code. Project 2 is compiled into a WAR file and it references Project 1 and Project 3.  
The client side code consist of Project 3 and and Project 4. Project 3 references Project 4 and both of those projects produce a jar file.

What is the best way to build these? Thanks in advance for the help.
