- @SuppressWarnings("java:S125") // sonar ignore comments warnings on this section
Thursday, March 13, 2025
Saturday, January 18, 2025
gradle
- https://www.baeldung.com/gradle
- In a typical Gradle project, each subproject or module usually has its own
build.gradle
file. Here's a general overview:
- Root Project: The root directory of your project contains a
build.gradle
file that defines the overall build configuration. - 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
.
Subscribe to:
Posts (Atom)