ballerina-platform / ballerina-library

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

Revamp edi-tool build scripts #6572

Open niveathika opened 1 month ago

niveathika commented 1 month ago

Description: Currently to build the package we are simply using bal build however, here the ballerina version depends on the distribution installed in the machine rather than that is configured in the gradle.build.

This can lead to inconsistencies if both version are different. This should be revamped

niveathika commented 1 month ago

Checkstyles and spotbugs needs to be configured for java libs