Commit db65f2e
Exclude duplicate classes for Jar task
This change changes the `duplicatesStrategy` for the `jmhBenchmarkJar` tasks to exclude duplicate classes.
With Gradle 7, complex dependencies (where the same class might exist multiple times) can cause the build to
fail due to the default `duplicatesStrategy` triggering a failure.
Fixes #391 parent 6ca2c55 commit db65f2e
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
0 commit comments