Skip to content

Commit 3bf287f

Browse files
authored
Addapt path of convention plugin (#197)
1 parent b9bcd4e commit 3bf287f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ you can check out my [Understanding Gradle video series](https://www.youtube.com
5353
## Plugin dependency
5454

5555
Add this to the build file of your convention plugin's build
56-
(e.g. `gradle/plugins/build.gradle(.kts)` or `buildSrc/build.gradle(.kts)`).
56+
(e.g. `build-logic/build.gradle(.kts)` or `buildSrc/build.gradle(.kts)`).
5757

5858
```
5959
dependencies {

0 commit comments

Comments
 (0)