vigneshsiva11 commented on issue #15575:
URL: https://github.com/apache/grails-core/issues/15575#issuecomment-4333038841
@matrei, Thank you for the correction!. Now I get it.
The ~ is already done right. The build.gradle that is generated wraps the
uri call in quotes, which makes it just a string instead of a call to the
Groovy method.
Here is what I have now, which is not working:
url = 'uri("/home/mattias/.m2/repository")'
I want it to be like this:
url = uri('/home/mattias/.m2/repository')
I will look at the CreateAppCommand and the ProfileRepoConfig to see where
things are going wrong with the quotes and fix it.
Let me know if I am on the right track with the build.gradle and the URI
call.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]