Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
2 parents 4d6e2d3 + 17b0468 commit 8e731e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ publishing {
create<MavenPublication>("mavenJava") {
from(components["java"])
groupId = group.toString()
artifactId = "momento-lettuce"
artifactId = project.name
version = project.version.toString()

pom {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.name = "momento-java-lettuce-client"
rootProject.name = "momento-lettuce"

0 comments on commit 8e731e8

Please sign in to comment.