From 224b67d3e6f103144f2e9b7a731d8a6c0fb1f193 Mon Sep 17 00:00:00 2001 From: Azeem Muzammil Date: Wed, 17 Apr 2024 10:44:22 +0530 Subject: [PATCH] Address review comments --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index aedac9c..58c358d 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {