Commit a3e41aa
fix(bundle-jvm): Correct glob example in collision warning
The warning suggested --exclude='**src/debug/**', but in globset '**' is
only a recursive wildcard when it is a whole path segment. Adjacent to
other characters (as in '**src'), it is parsed as '*src' and matches a
single segment, so the hint would not apply in multi-module projects.
Use '**/src/debug/**' instead.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 314db3d commit a3e41aa
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
0 commit comments