Skip to content

Update paths.js #294

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

Merged
merged 1 commit into from
Feb 19, 2025
Merged

Update paths.js #294

merged 1 commit into from
Feb 19, 2025

Conversation

DhavalsShah
Copy link
Contributor

@DhavalsShah DhavalsShah commented Sep 10, 2024

Inside Settings.gradle, to assign rootProject.name value's string with an acceptable special character (e.g. single quote )without escaping it (ie /').
Instead of wrapping rootProject.name string value in single quote 'dhaval\'superE-Shop' with back slash to escape in between single quote in string, With this double quoted string value for rootProject.name, "dhaval'superE-Shop" can be written without backward slash)

Inside Settings.gradle, to assign rootProject.name value's string with an acceptable special character (e.g. single quote )without escaping it (ie /'). (ie. instead of wrapping rootProject.name string value in single quote 'city\'superE-Shop' with back slash to escape in between single quote in string, With this double quoted string value for rootProject.name, "city'superE-Shop" can be written without backward slash)
@junedomingo junedomingo merged commit 8c69d33 into junedomingo:master Feb 19, 2025
@junedomingo
Copy link
Owner

Thanks @DhavalsShah added in 3.2.16

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