Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-radhika-s committed Aug 14, 2023
1 parent 2f1be43 commit b654671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/publish-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ afterEvaluate {
artifact androidSourcesJar
// Two artifacts, the `aar` (or `jar`) and the sources
if (project.plugins.findPlugin("com.android.library")) {
from components.release
} else {
artifact("$buildDir/libs/${project.getName()}-${version}.jar")
}
Expand Down

0 comments on commit b654671

Please sign in to comment.