Skip to content

Commit b161428

Browse files
authored
Note the exclusion of module-info.class (#1299)
1 parent b00e9fd commit b161428

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/docs/getting-started/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ following behavior:
7676
* `META-INF/*.SF`
7777
* `META-INF/*.DSA`
7878
* `META-INF/*.RSA`
79+
* `META-INF/versions/**/module-info.class`
80+
* `module-info.class`
7981
* Creates and registers the `shadow` component in the project (used for integrating with `maven-publish`).
8082

8183
## Shadowing Gradle Plugins

0 commit comments

Comments
 (0)