Skip to content

Commit

Permalink
Add required dependency from copyToLib to generateMetadataFileForMave…
Browse files Browse the repository at this point in the history
…nJavaPublication
  • Loading branch information
gabilang committed Aug 11, 2023
1 parent 5536d2d commit cad922a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/jballerina-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,4 @@ task createLaunchListenerUtilsLib(type: Copy) {

tasks.test.dependsOn(createLaunchListenerUtilsLib)
tasks.compileTestJava.dependsOn(":ballerina-io-internal:copyInteropImports")
generateMetadataFileForMavenJavaPublication.dependsOn(copyToLib)

0 comments on commit cad922a

Please sign in to comment.