Skip to content

Commit bca1d72

Browse files
committed
Fix jitpack publishing #5
1 parent d79996f commit bca1d72

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

build.gradle.kts

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
//plugins {
2-
// id("maven-publish")
3-
//}
41
buildscript {
52
repositories {
63
google()
@@ -23,14 +20,4 @@ allprojects {
2320

2421
tasks.register("clean", Delete::class) {
2522
delete(rootProject.buildDir)
26-
}
27-
28-
//publishing {
29-
// publications {
30-
// create<MavenPublication>("locus-android") {
31-
// groupId = "com.github.BirjuVachhani"
32-
// artifactId = "locus-android"
33-
// artifact("locus/build/outputs/aar/locus-release.aar")
34-
// }
35-
// }
36-
//}
23+
}

locus/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ plugins {
55
id("kotlin-parcelize")
66
}
77

8-
var group = "com.github.BirjuVachhani"
9-
var version = "4.1.0"
10-
118
android {
129
compileSdk = 31
1310
defaultConfig {

0 commit comments

Comments
 (0)