How to build from sources
Every Wazuh Indexer repository includes one or more Gradle projects with predefined tasks to run and build the source code.
In this case, to build (compile and zip) a distribution of Wazuh Indexer, run the ./gradlew build
command at the root level of the repository. When completed, the distribution artifacts will be located in the build/distributions
directory.