From 853f72fc62f79b32bf9b687160262d91c6253545 Mon Sep 17 00:00:00 2001 From: Bhashinee Date: Fri, 7 Jun 2024 14:19:44 +0530 Subject: [PATCH] Set platform to any --- ballerina/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/ballerina/build.gradle b/ballerina/build.gradle index 884a1e0..9c66328 100644 --- a/ballerina/build.gradle +++ b/ballerina/build.gradle @@ -65,6 +65,7 @@ ballerina { testCoverageParam = "--code-coverage --coverage-format=xml --excludes=\"modules/oas/**\"" isConnector = true langVersion = ballerinaLangVersion + platform = "any" } task updateTomlFiles {