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 {