Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AzeemMuzammil committed Apr 17, 2024
1 parent b096f4b commit 224b67d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ def moduleVersion = project.version.replace("-SNAPSHOT", "")

task build {
dependsOn(':candid-ballerina:build')
// TODO: Re-Enable the example build once the issue(https://github.com/ballerina-platform/ballerina-library/issues/6135) is fixed.
// dependsOn(':candid-examples:build')
}

release {
Expand Down

0 comments on commit 224b67d

Please sign in to comment.