Skip to content

Commit d840920

Browse files
authored
Fix publish script (#19)
* Fix publish script * Revert changes
1 parent eb3971a commit d840920

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/publish-module.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ afterEvaluate {
3636
artifact("$buildDir/libs/${project.getName()}-${version}.jar")
3737
}
3838

39-
artifact androidSourcesJar
40-
4139
// Mostly self-explanatory metadata
4240
pom {
4341
name = PUBLISH_ARTIFACT_ID

0 commit comments

Comments
 (0)