We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/grails/grails-core/blob/7cbbdf62052ffc5ca1a2b9d41d5967acfa6e3c07/grails-shell/src/main/groovy/org/grails/cli/profile/ProfileUtil.groovy#L15
If currently wraps them in double quotes, which is invalid.
Examples:
integrationTestImplementation "testFixtures("org.grails.plugins:geb")" implementation "platform("org.grails:grails-bom:$grailsVersion")"
The text was updated successfully, but these errors were encountered:
When this is updated https://github.com/grails/grails-profiles/pull/14/files#diff-a7fc43c385559c6931ec4e0904b83f63fbb414c3ce7e380459c25b340037db9b can be moved back to the yml file for the geb feature instead of being included directly in build.gradle.
build.gradle
Sorry, something went wrong.
No branches or pull requests
Issue description
https://github.com/grails/grails-core/blob/7cbbdf62052ffc5ca1a2b9d41d5967acfa6e3c07/grails-shell/src/main/groovy/org/grails/cli/profile/ProfileUtil.groovy#L15
If currently wraps them in double quotes, which is invalid.
Examples:
The text was updated successfully, but these errors were encountered: