| changeset 46 | 3eec74c864bf |
| parent 44 | 275cbb10a516 |
| child 48 | dbc8db072d7f |
| 45:e8e44d416387 | 46:3eec74c864bf |
|---|---|
27 } |
27 } |
28 } |
28 } |
29 |
29 |
30 lint { |
30 lint { |
31 abortOnError = false |
31 abortOnError = false |
32 } |
|
33 |
|
34 packaging { |
|
35 resources { |
|
36 excludes += listOf("META-INF/LICENSE.md", "META-INF/LICENSE-notice.md") |
|
37 } |
|
32 } |
38 } |
33 |
39 |
34 publishing { |
40 publishing { |
35 singleVariant("release") { |
41 singleVariant("release") { |
36 withSourcesJar() |
42 withSourcesJar() |