PayBas commented on issue #1165:
URL:
https://github.com/apache/cordova-android/issues/1165#issuecomment-781191115
Our current workaround is to perform an extra step in our scripting _after_
`cordova create` but _before_ `cordova build`:
```
shelljs.sed('-i', 'jcenter\\(\\)', 'jcenter { url
"https://nexus.internal.corp/repository/jcenter" }',
`path/to/platforms/android/CordovaLib/cordova.gradle`);
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]