Skip to content

Possible fix for issue (Windows) Fix #498 #500

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

Closed
wants to merge 1 commit into from

Conversation

paulinon
Copy link
Collaborator

No description provided.

@paulinon paulinon requested a review from chkuang-g January 28, 2022 09:37
@chkuang-g chkuang-g changed the title Possible fix for issue #498 (Windows) Possible fix for issue (Windows) Fix #498 Jan 28, 2022
@paulinon
Copy link
Collaborator Author

paulinon commented Feb 3, 2022

After a bit of research, it appears that the behavior reported by the developer is working as intended. The Path.Combine method adds a DirectorySeparatorChar if the path does not end with a valid separator character, and a \ is the default character for Windows.

@paulinon paulinon closed this Feb 3, 2022
@andreimamlay
Copy link

andreimamlay commented Feb 4, 2022

@paulinon
While \ is the default character for Windows, it is an invalid character in File URI scheme which is expected in gradle configuration even on Windows platform

https://en.wikipedia.org/wiki/File_URI_scheme
#498

@googlesamples googlesamples locked and limited conversation to collaborators Mar 6, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants