Skip to content

Commit

Permalink
Added artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
shrikanth7698 committed Mar 31, 2022
1 parent 1d43f17 commit 65791cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ dependencies {
androidTestImplementation(ComposeTest.Core)
}

publishing {
publications {
create<MavenPublication>("maven") {
groupId = "com.github.ZuperInc"
artifactId = "ComposeCalendar"
}
}
}
//plugins.withId("com.vanniktech.maven.publish") {
// mavenPublish {
// sonatypeHost = SonatypeHost.S01
Expand Down

0 comments on commit 65791cf

Please sign in to comment.