Skip to content

Commit

Permalink
Remove redundant information from Maven publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Aristos Pasalides committed Oct 31, 2022
1 parent b95ad3a commit 4c0ebd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions countrycodepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ project.afterEvaluate {
publishing {
publications {
release(MavenPublication) {
version = project.property("version")
artifactId = 'CountryCodePicker'
artifact androidSourcesJar
from components.release
}
Expand Down

0 comments on commit 4c0ebd3

Please sign in to comment.