Skip to content

Commit

Permalink
added artifact again
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranpons committed Oct 3, 2024
1 parent cf4a477 commit 3fd8df9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/publish-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ afterEvaluate {
artifact("$buildDir/libs/${project.getName()}-${version}.jar")
}

artifact androidSourcesJar
artifact javadocJar

pom {
name = project.project.getName()
description = 'Map location picker component for Android. Based on Google Maps. An alternative to Google Place Picker.'
Expand Down

0 comments on commit 3fd8df9

Please sign in to comment.