Skip to content

Commit

Permalink
Artifact issue try 3 (#394)
Browse files Browse the repository at this point in the history
* added artifact again

* 3rd try to solve publish issue
  • Loading branch information
ferranpons authored Oct 3, 2024
1 parent 9006ac1 commit 5b016e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions leku/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ android {
lint {
disable.add("ObsoleteLintCustomCheck")
}
publishing {
singleVariant("release") {
withSourcesJar()
}
}
namespace = "com.adevinta.leku"
}

Expand Down
2 changes: 2 additions & 0 deletions scripts/publish-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ afterEvaluate {
artifact("$buildDir/libs/${project.getName()}-${version}.jar")
}

generateMetadataFileForReleasePublication.dependsOn androidSourcesJar
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 5b016e2

Please sign in to comment.