Skip to content

Update BUILDING.md #130680

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ This document provides a general guidelines for using and working on the Elastic

The Elasticsearch project contains 3 build-related projects that are included into the Elasticsearch build as a [composite build](https://docs.gradle.org/current/userguide/composite_builds.html).

### `build-conventions`
### build-conventions

This project contains build conventions that are applied to all Elasticsearch projects.

### `build-tools`
### build-tools

This project contains all build logic that we publish for third party Elasticsearch plugin authors.
We provide the following plugins:
Expand All @@ -25,7 +25,7 @@ This project is published as part of the Elasticsearch release and accessible by
`org.elasticsearch.gradle:build-tools:<versionNumber>`.
These build tools are also used by the `elasticsearch-hadoop` project maintained by elastic.

### `build-tools-internal`
### build-tools-internal

This project contains all Elasticsearch project specific build logic that is not meant to be shared
with other internal or external projects.
Expand Down