ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
137 stars 58 forks source link

Fix Ballerina lang windows build failure in GraalVM check #6657

Closed TharmiganK closed 3 months ago

TharmiganK commented 3 months ago

Purpose

The GraalVM windows builds in all the standard libraries are failing when building the lang master. This is due to the recent gradle task name change in the ballerina lang repo. (createJavadoc -> javadoc)

This PR is to address the above issue.