goffioul commented on pull request #1179: URL: https://github.com/apache/cordova-android/pull/1179#issuecomment-823297047
> As it has been pushed as a minor release, it would probably have been wiser to make the `apply from:` statement in `allprojects` conditional to the existence of `repositories.gradle`. E.g. a slightly more robust logic for `allprojects` could maybe be: 1. load `repositories.gradle` from current project directory 2. if file in 1. does not exist, load `repositories.gradle` from root project directory The template project would then only need to provide a single `repositories.gradle` at the top-level and avoid having to copy the same file at multiple locations. -- 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]
