Skip to content

Commit d44adbd

Browse files
committed
Add a missing word
1 parent 211eb70 commit d44adbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ To use a published package from {% data variables.product.prodname_registry %},
190190
}
191191
```
192192

193-
1. Add the repository to your _build.gradle_ file (Gradle Groovy) or _build.gradle.kts_ file (Kotlin DSL) file, or to your _settings.gradle_ file (Gradle Groovy) or _settings.gradle.kts_ file (Kotlin DSL) in the `dependencyResolutionManagement` block if you [Centralizing Repository Declarations](https://docs.gradle.org/current/userguide/centralizing_repositories.html).
193+
1. Add the repository to your _build.gradle_ file (Gradle Groovy) or _build.gradle.kts_ file (Kotlin DSL) file, or to your _settings.gradle_ file (Gradle Groovy) or _settings.gradle.kts_ file (Kotlin DSL) in the `dependencyResolutionManagement` block if you use [Centralizing Repository Declarations](https://docs.gradle.org/current/userguide/centralizing_repositories.html).
194194

195195
Example using Gradle Groovy:
196196

0 commit comments

Comments
 (0)