Skip to content

Commit

Permalink
Merge pull request #21 from AzeemMuzammil/fb-disable-example-build
Browse files Browse the repository at this point in the history
Temporarily disable example builds
  • Loading branch information
NipunaRanasinghe authored Apr 17, 2024
2 parents db74db6 + 224b67d commit ebdcf01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ def moduleVersion = project.version.replace("-SNAPSHOT", "")

task build {
dependsOn(':candid-ballerina:build')
dependsOn(':candid-examples: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 ebdcf01

Please sign in to comment.