Skip to content

Commit

Permalink
Fix jitpack publishing #2
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Jun 5, 2022
1 parent ee63d9b commit ea7b315
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("maven-publish")
}
//plugins {
// id("maven-publish")
//}
buildscript {
repositories {
google()
Expand All @@ -25,12 +25,12 @@ tasks.register("clean", Delete::class) {
delete(rootProject.buildDir)
}

publishing {
publications {
create<MavenPublication>("locus-android") {
groupId = "com.github.BirjuVachhani"
artifactId = "locus-android"
artifact("locus/build/outputs/aar/locus-release.aar")
}
}
}
//publishing {
// publications {
// create<MavenPublication>("locus-android") {
// groupId = "com.github.BirjuVachhani"
// artifactId = "locus-android"
// artifact("locus/build/outputs/aar/locus-release.aar")
// }
// }
//}

0 comments on commit ea7b315

Please sign in to comment.