From b096f4bb8a5d3ff0bd9675aeeb0968bd05cc1a1d Mon Sep 17 00:00:00 2001 From: Azeem Muzammil Date: Wed, 17 Apr 2024 10:36:30 +0530 Subject: [PATCH 1/2] Temporarily disable example builds --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index f061c00..aedac9c 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,6 @@ def moduleVersion = project.version.replace("-SNAPSHOT", "") task build { dependsOn(':candid-ballerina:build') - dependsOn(':candid-examples:build') } release { From 224b67d3e6f103144f2e9b7a731d8a6c0fb1f193 Mon Sep 17 00:00:00 2001 From: Azeem Muzammil Date: Wed, 17 Apr 2024 10:44:22 +0530 Subject: [PATCH 2/2] 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 {