Build tools
The book’s code is executable via Gradle or Maven.
In subsequent sections, we’ll elaborate on executing projects utilizing either Gradle
or Maven
as the build tool. The code from the book operates independently of any Integrated Development Environment (IDE).
However, we’ll provide examples of implementations using Eclipse and IntelliJ IDEA.
In the following section, we demonstrate the usage of build tools such as Gradle
or Maven
.
Gradle build tool
All the code in this book can be built using the Gradle build tool and is organized in a chapter-by-chapter multimodule build. You can find instructions and options for getting Gradle
locally at https://gradle.org/install/.
A local installation of Gradle
is not required as the root of the source code already has the Gradle
wrapper installed. The Gradle
wrapper can be installed in any submodule. You can find additional information about the Gradle
wrapper at https://docs.gradle.org/current...