Skip to content

Commit

Permalink
Add native build as test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK committed Feb 1, 2025
1 parent 609d899 commit c94c30d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ publishing {

updateTomlFiles.dependsOn unpackJballerinaTools

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

build.dependsOn "generatePomFileForMavenPublication"
build.dependsOn ":${packageName}-native:build"
build.dependsOn unpackJballerinaTools
Expand Down

0 comments on commit c94c30d

Please sign in to comment.