Skip to content

Commit

Permalink
Merge pull request #9 from NipunaMadhushan/master
Browse files Browse the repository at this point in the history
Fix publishing artifacts to github repository
  • Loading branch information
NipunaMadhushan authored Oct 12, 2023
2 parents 723262f + 6d24f97 commit d959c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ task ballerinaBuild {
dependsOn spotbugsMain
dependsOn spotbugsTest
dependsOn test
dependsOn ":zipkin-extension-ballerina:generatePomFileForMavenJavaPublication"

inputs.dir file(project.projectDir)
if (skipTests) {
Expand Down

0 comments on commit d959c89

Please sign in to comment.