Skip to content

Commit

Permalink
rename common.compose to common-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
lillithkt committed Nov 28, 2023
1 parent 80c0eb6 commit 88b7f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ publishing {

}
publications {
create<MavenPublication>("uninit.common.compose") {
create<MavenPublication>("uninit.common-compose") {
groupId = "uninit"
artifactId = "common.compose"
artifactId = "common-compose"
version = versionStr
}
}
Expand Down

0 comments on commit 88b7f78

Please sign in to comment.