Skip to content

Commit

Permalink
Fix jitpack publishing #5
Browse files Browse the repository at this point in the history
  • Loading branch information
BirjuVachhani committed Jun 5, 2022
1 parent d79996f commit bca1d72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
15 changes: 1 addition & 14 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//plugins {
// id("maven-publish")
//}
buildscript {
repositories {
google()
Expand All @@ -23,14 +20,4 @@ allprojects {

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")
// }
// }
//}
}
3 changes: 0 additions & 3 deletions locus/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ plugins {
id("kotlin-parcelize")
}

var group = "com.github.BirjuVachhani"
var version = "4.1.0"

android {
compileSdk = 31
defaultConfig {
Expand Down

0 comments on commit bca1d72

Please sign in to comment.