Building the Project
If you have cloned the project locally, follow these steps to build the project from the source code.
Gradle 8.x (8.3 or above) is required to build.
|
Run the following command to do a full build of the project:
./gradlew clean build
You can build without running tests by using the following command:
./gradlew clean build -x test
You can build the reference documentation using this command:
./gradlew :spring-pulsar-docs:antora
You can view the generated HTML in docs/build/site
directory.