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

Fix: convert sub-module relative path into unix format when pack build #77

Merged

Conversation

haoozhang
Copy link

@haoozhang haoozhang commented Dec 11, 2024

In a multi-module project, when the relative path of a sub-module contains \, it won't be identified by pack build, we need to convert the file path to unix format, not windows format.

For example, the relative path may be eventhubs\spring-cloud-azure-starter\spring-cloud-azure-sample-eventhubs-kafka in windows, we need to feed it as eventhubs/spring-cloud-azure-starter/spring-cloud-azure-sample-eventhubs-kafka into pack build.

…tains "\", it won't be identified by pack build, we need to convert the file path to linux format, not windows format.
@haoozhang haoozhang merged commit d1c179a into azure-javaee:feature/sjad Dec 11, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants