Saturday, January 18, 2025

gradle

  1. Root Project: The root directory of your project contains a build.gradle file that defines the overall build configuration.
  2. Subprojects/Modules: Each subproject or module within the root project has its own build.gradle file. This allows you to define specific build configurations for each subproject
  • build Elastic
    • ~/elasticsearch-src-8.16.0$   ./gradlew localDistro
.