Skip to content

Commit

Permalink
changed artifact id
Browse files Browse the repository at this point in the history
  • Loading branch information
Harshil Shah committed Aug 23, 2024
1 parent a06fdf6 commit 3ac19c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mylibrary/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ afterEvaluate {
publications {
val release by publications.registering(MavenPublication::class) {
from(components["release"])
artifact(sourcesJar.get())
artifactId = "lib2"
groupId = "com.example.jitpackdemo"
version = "0.0.7"
Expand Down

0 comments on commit 3ac19c1

Please sign in to comment.