Skip to content

Commit debb323

Browse files
authored
Update Gradle wrapper description in documentation
Clarified the terminology for the Gradle wrapper in the documentation.
1 parent c0f476a commit debb323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/reusables/dependabot/supported-package-managers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ For more information about using {% data variables.product.prodname_dependabot_v
122122

123123
{% data variables.product.prodname_dependabot %} doesn't run Gradle but supports updates to the following files:
124124
* `build.gradle`, `build.gradle.kts` (for Kotlin projects)
125-
* `gradle/wrapper/gradle-wrapper.properties` (for Gradle wrapper)
125+
* `gradle/wrapper/gradle-wrapper.properties` (for the Gradle Wrapper)
126126
* `gradle/libs.versions.toml` (for projects using a standard Gradle version catalog)
127127
* `gradle.lockfile` (for projects using Gradle dependency locking)
128128
* Files included via the `apply` declaration that have `dependencies` in the filename. Note that `apply` does not support `apply to`, recursion, or advanced syntaxes (for example, Kotlin's `apply` with `mapOf`, filenames defined by property).

0 commit comments

Comments
 (0)