Skip to content

Commit

Permalink
Merge pull request #155 from NipunaMadhushan/test-java
Browse files Browse the repository at this point in the history
Fix publishing maven artifacts
  • Loading branch information
NipunaMadhushan authored May 6, 2024
2 parents 722bf2a + e12875c commit 373c943
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prometheus-extension-ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ task ballerinaBuild {
dependsOn updateTomlVerions
dependsOn configurations.externalJars
dependsOn(":prometheus-extension-ballerina:jar")
dependsOn(":prometheus-extension-ballerina:generatePomFileForMavenJavaPublication")

inputs.dir file(project.projectDir)
finalizedBy(revertTomlFile)
Expand Down

0 comments on commit 373c943

Please sign in to comment.