Skip to content
Closed
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
4 changes: 2 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Our current build does not yet tick off all those rules everywhere but the ultim
The reasons for following those rules besides better readability or maintenance are also the goal to support newer Gradle
features that we will benefit from in terms of performance and reliability.
E.g. [configuration-cache support](https://github.com/elastic/elasticsearch/issues/57918), [Project Isolation]([https://gradle.github.io/configuration-cache/#project_isolation) or
[predictive test selection](https://gradle.com/gradle-enterprise-solutions/predictive-test-selection/)
[predictive test selection](https://gradle.com/gradle-enterprise-solutions/predictive-test-selection/).

### Make a change in the build

Expand Down Expand Up @@ -216,7 +216,7 @@ and is compliant with our CI builds.
}
}
```
2. Add the dependency in the following format
2. Add the dependency in the following format:
```
dependencies {
implementation 'com.github.User:Repo:Tag'
Expand Down