Commit 2c34254
authored
Automatically exclude JUnit 5 metadata files (#233)
The default PackagingOptions catch a lot of these META-INF files already,
but JUnit dependencies have Markdown versions of their licenses, which
trip up the instrumentation tests ("duplicate file entry" etc).1 parent f2bfb7b commit 2c34254
2 files changed
Lines changed: 9 additions & 0 deletions
File tree
- plugin/android-junit5/src/main/kotlin/de/mannodermaus/gradle/plugins/junit5
- internal
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
plugin/android-junit5/src/main/kotlin/de/mannodermaus/gradle/plugins/junit5/internal/Extensions.kt
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
| |||
0 commit comments