Skip to content

Commit

Permalink
Merge pull request #34 from MadhukaHarith92/gradle-fix
Browse files Browse the repository at this point in the history
Add missing gradle dependency
  • Loading branch information
madhukaw authored Aug 21, 2023
2 parents c89a366 + e436e59 commit 8933a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ task directoryBuild {
dependsOn(":tooling-tests:copyStdlibs")
dependsOn(":tooling-tests:jBallerinaPack")
dependsOn(":tooling-tests:jacocoTestReport")
dependsOn(":generatePomFileForMavenJavaPublication")
inputs.dir file(project.projectDir)
doLast {
copy {
Expand Down

0 comments on commit 8933a55

Please sign in to comment.