Skip to content

Commit

Permalink
Fix maven publication
Browse files Browse the repository at this point in the history
  • Loading branch information
jbachorik committed Dec 12, 2024
1 parent f35ab63 commit 0d42fda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ publishing {
publication.groupId = 'io.btrace'
publication.artifactId = 'jafar-parser'
publication.version = component_version

publication.artifact shadowJar
publication.artifact sourcesJar
publication.artifact javadocJar
}
}
}
Expand Down

0 comments on commit 0d42fda

Please sign in to comment.