Skip to content

Commit

Permalink
Merge pull request #130 from ayeshLK/jms-dev
Browse files Browse the repository at this point in the history
Update package build configurations
  • Loading branch information
ayeshLK authored Aug 28, 2024
2 parents a081d07 + 7bf6fc8 commit 31f5763
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions ballerina/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,15 @@ publishing {

updateTomlFiles.dependsOn copyStdlibs

test.dependsOn startActiveMQServer
build.dependsOn "generatePomFileForMavenPublication"
build.dependsOn ":${packageName}-native:build"
build.dependsOn startActiveMQServer
build.finalizedBy stopActiveMQServer

build.dependsOn ":java.jms-native:build"
build.dependsOn "generatePomFileForMavenPublication"
publishToMavenLocal.dependsOn build
test.dependsOn ":${packageName}-native:build"
test.dependsOn startActiveMQServer
test.finalizedBy stopActiveMQServer

publish.dependsOn build
publishToMavenLocal.dependsOn build

0 comments on commit 31f5763

Please sign in to comment.