Commit a71955c
committed
fix: remove duplication in publish-module.gradle
Context: Removed the artifacts { archives androidSourcesJar } block. The sources jar is still explicitly included in the publication via artifact androidSourcesJar, so nothing is lost — it just won't be registered twice, which was causing the duplicate artifact conflict during signing.1 parent 99d0c69 commit a71955c
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 12 | | |
16 | 13 | | |
17 | 14 | | |
| |||
0 commit comments