Skip to content

Commit

Permalink
Merge pull request #246 from ThisaruGuruge/connector-revamp
Browse files Browse the repository at this point in the history
Add dependencies for Gradle publish task
  • Loading branch information
ThisaruGuruge authored Apr 2, 2024
2 parents 75cb8ff + 6c9e394 commit 79805c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,6 @@ build.finalizedBy stopMongodbServer
test.dependsOn ":${packageName}-native:build"
test.dependsOn startMongodbServer
test.finalizedBy stopMongodbServer

publish.dependsOn build
publishToMavenLocal.dependsOn build

0 comments on commit 79805c1

Please sign in to comment.