Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
cdr-chakotay committed Mar 20, 2024
1 parent f8fc91e commit ded4787
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion transloadit-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ publishing {
version project.getVersion()
artifact sourcesJar
artifact javadocJar
artifact project.layout.buildDirectory.dir('outputs/aar/transloadit-android-release.aar')
artifact (project.layout.buildDirectory.dir('outputs/aar/transloadit-android-release.aar')) {
builtBy assemble
}
pom.withXml {
def root = asNode()
root.appendNode('description', project.getDescription())
Expand Down

0 comments on commit ded4787

Please sign in to comment.