Commit c3ac980
authored
Configures auto-exporter to publish shaded and non-shaded variants (#235)
* Configures auto-exporter to publish shaded and non-shaded variants
* Remove shadowed=true from gradle properties
Since auto-exporter has to be published as both - shaded and unshaded
variant, the only required changes is to remove the shadowed property
from gradle which prevents publishing shaded variants.
The gradle shadow plugin automatically publishes a shaded artifact when
used with maven publish plugin. The sources and javadoc for shaded JAR
are not published unless explicitly mentioned.1 parent 0c1d840 commit c3ac980
2 files changed
+0
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
0 commit comments