Skip to content

Commit

Permalink
Fix jitpack publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Jan 11, 2022
1 parent 993d6a5 commit 915c341
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,6 @@ publishing {
groupId = "com.github.BirjuVachhani"
artifactId = "locus-android"
artifact("locus/build/outputs/aar/locus-release.aar")
pom {
withXml {
val dependenciesNode = asNode().appendNode("dependencies")
configurations.getByName("implementation") {
dependencies.forEach {
val dependencyNode = dependenciesNode.appendNode("dependency")
dependencyNode.appendNode("groupId", it.group)
dependencyNode.appendNode("artifactId", it.name)
dependencyNode.appendNode("version", it.version)
}
}
}
}
}
}
}

0 comments on commit 915c341

Please sign in to comment.