From de1ec97b1731427ebba90d66cf9da0fc129396b1 Mon Sep 17 00:00:00 2001 From: TharmiganK Date: Sat, 4 May 2024 05:06:57 +0530 Subject: [PATCH] Disable client native publish --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d096bc6e0..68d0df3bc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ version=2.0.0-SNAPSHOT # Client Native Version clientNativeVersion=1.0.0-SNAPSHOT # Mark this as false to skip publishing the client native artifacts -clientNativePublish=true +clientNativePublish=false #dependency ballerinaLangVersion=2201.9.0-20240502-141200-0a49fa42