matrei opened a new issue, #15575:
URL: https://github.com/apache/grails-core/issues/15575

   ```bash
   export GRAILS_REPO_URL=~/.m2/repository
   grails create-app demo
   ```
   generates:
   
   ```groovy
   maven {
       url = 'uri('/home/mattias/.m2/repository')'
   }
   ```


-- 
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]

Reply via email to