-
Notifications
You must be signed in to change notification settings - Fork 756
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
Module directories are missing in the repo #36458
Comments
Hi, can I work on this issue? And could you give me a bit more context to avoid redundancy as the lines mentioned in the issue are already added in:
|
Hi @keizer619, I believe #37087 should have closed this issue a while back. Could you double check and let me know if there is anything more to be done? |
I'm sorry for not getting back to you sooner. In the above PR has manually created directories just to get things passed. This issue is to properly fix it from gradle project side and remove those manually creating directories in the workflow level If you are willing to work you can continue |
Hi @areebniyas are you working on this? If not we can open this for public |
Hi @keizer619, a bit packed. Let's open it, meanwhile whenever I get the chance will have a look. |
Hi @keizer619 I would like to take this issue. I already did part of it in #43668 via removing the not found modules from the |
Description:
Several modules listed in settings.gradle doesn't have base directories in the repository. This results in build errors when tried to compile with third party tools like sonarcloud giving errors like following
> The base directory of the module ':ballerina-config-schema-builder' does not exist: /home/runner/work/ballerina-lang/ballerina-lang/misc/ballerina-config-schema-builder
Issue can be solved by adding following lines to the workflow
Steps to reproduce:
First fork the repo in to your own github organisation and register for sonarcloud. Then follow the CI/CD configuration tutorials mentioned in the sonarcloud for building with sonarqube. following line gives build error
run: ./gradlew build sonarqube --scan --no-daemon
Affected Versions:
Current version- 2201.1.0
The text was updated successfully, but these errors were encountered: