Skip to content

Commit

Permalink
Fix dependency issue in Gradle build file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuvindu committed Apr 5, 2024
1 parent 4bc07a2 commit 43370ef
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 @@ -125,6 +125,7 @@ test.dependsOn ":${packageName}-native:build"

build.dependsOn "generatePomFileForMavenPublication"
build.dependsOn updateTomlFiles
test.dependsOn updateTomlFiles
build.dependsOn ":${packageName}-native:build"

publishToMavenLocal.dependsOn build
Expand Down

0 comments on commit 43370ef

Please sign in to comment.