Skip to content

Commit

Permalink
Exclude examples build from the gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaRanasinghe authored Apr 18, 2024
1 parent ebdcf01 commit 37088d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,5 @@ task buildExamples {
buildExamples.dependsOn ":candid-ballerina:build"
testExamples.dependsOn ":candid-ballerina:build"

build.dependsOn buildExamples
// TODO: Enable the examples build once https://github.com/ballerina-platform/ballerina-library/issues/6135 is fixed
// build.dependsOn buildExamples

0 comments on commit 37088d6

Please sign in to comment.