Skip to content

Commit

Permalink
Merge pull request #3 from sahanHe/fix-build-failure
Browse files Browse the repository at this point in the history
Fix native package build failure
  • Loading branch information
sahanHe committed May 25, 2023
2 parents 39e589f + c68cea7 commit c2ecaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ publishing {
publications {
mavenJava(MavenPublication) {
groupId project.group
artifactId "persist-inmemory-native"
artifactId "persist.inmemory-native"
version = project.version
artifact jar
}
Expand Down

0 comments on commit c2ecaa7

Please sign in to comment.