Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Possible fix for release build failure
build was failing due to the hard coded "-SNAPSHOT" lib version in core module's Ballerina.toml file. During the release process all version's get modified into non snapshot version. Therefore ballerina endsup falling to identify the lib in provided path. This solution will try to solve the issue by replacing the toml file value to current project version during the build process.
- Loading branch information