Skip to content

Commit

Permalink
Add dependencies for Gradle publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisaruGuruge committed Apr 2, 2024
1 parent e65a3ad commit 6c9e394
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 6c9e394

Please sign in to comment.