Skip to content

Commit aa0d97c

Browse files
committed
Update Readme
1 parent 8459f89 commit aa0d97c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ It is recommended to use a [convention plugin](https://docs.gradle.org/current/s
4343
## Plugin dependency
4444

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

4848
```
4949
dependencies {
@@ -162,4 +162,9 @@ This plugin offers the option to merge multiple Jars into one in such situations
162162
}
163163
```
164164

165-
Note: The merged Jar will include the *first* appearance of duplicated files (like the `MANIFEST.MF`).
165+
Note: The merged Jar will include the *first* appearance of duplicated files (like the `MANIFEST.MF`).
166+
167+
# Disclaimer
168+
169+
Gradle and the Gradle logo are trademarks of Gradle, Inc.
170+
The GradleX project is not endorsed by, affiliated with, or associated with Gradle or Gradle, Inc. in any way.

0 commit comments

Comments
 (0)