Skip to content

Commit

Permalink
[andr][releases] Include sources.jar artifact in maven releases
Browse files Browse the repository at this point in the history
  • Loading branch information
murki committed Oct 4, 2024
1 parent 0cc4e29 commit 918b9a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/capture_android_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ function release_capture_sdk() {
"$sdk_repo/ci/NOTICE.txt" \
"$name.pom" \
"$name-javadoc.jar" \
"$name-sources.jar" \
"$name-symbols.tar" \
"$name-dylib.tar" \
"$name.aar" \
Expand Down Expand Up @@ -95,6 +96,7 @@ function release_capture_timber() {
"$sdk_repo/ci/NOTICE.txt" \
"$name.pom" \
"$name-javadoc.jar" \
"$name-sources.jar" \
"$name.module" \
"$name.aar" \
)
Expand Down

0 comments on commit 918b9a4

Please sign in to comment.