Skip to content

Commit

Permalink
fix publishing section in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
mangalaman93 committed Dec 13, 2024
1 parent cce5ec0 commit 1ec3dbd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ if (project.hasProperty('ossrhUsername')) {
}
publications {
mavenJava(MavenPublication) {
artifactId = 'dgraph4j'
from components.java

pom {
name = 'dgraph4j'
description = 'Dgraph Java Client'
Expand Down

0 comments on commit 1ec3dbd

Please sign in to comment.