Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to run connector examples on the same Ballerina version used by the Ballerina gradle plugin #6135

Open
NipunaRanasinghe opened this issue Mar 5, 2024 · 1 comment
Assignees
Labels
Area/Build Issues related to stdlib releases and build process Type/Improvement

Comments

@NipunaRanasinghe
Copy link
Contributor

NipunaRanasinghe commented Mar 5, 2024

Description:
When running the gradle build of a particular Ballerina connector, currently there's no proper way to build/run the connector examples (usually a collection of Ballerina packages) on the same Ballerina version and the docker image used by the Ballerina gradle plugin.

This may result in build failures (specially the Github workflow runs) because the module and its examples are getting built on top of 2 different Ballerina versions.

Therefore better to work on a proper resolution to support the same Ballerina docker image for the example build process as well.

Describe your problem(s)

Describe your solution(s)

Related Issues (optional):

Suggested Labels (optional):

Suggested Assignees (optional):

@ayeshLK
Copy link
Member

ayeshLK commented Dec 9, 2024

With this improvement [1] for Ballerina gradle plugin the above limitation has been resolved.

[1] - ballerina-platform/plugin-gradle#167

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/Build Issues related to stdlib releases and build process Type/Improvement
Projects
Status: In Progress
Development

No branches or pull requests

3 participants