diff --git a/build.gradle b/build.gradle index 7843f26e5..ab7fc5e64 100644 --- a/build.gradle +++ b/build.gradle @@ -167,6 +167,7 @@ release { } task buildProject { + dependsOn(createProperties) dependsOn('module-ballerina-openapi:build') } 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