PayBas commented on issue #1165:
URL: 
https://github.com/apache/cordova-android/issues/1165#issuecomment-802393331


   I'm not all that familiar with Gradle, but it seems like "script plugins" 
aren't processed by Gradle in the traditional manner (hence the need for my 
workaround).
   
   Since the plugin is included via `apply from: 
'../CordovaLib/cordova.gradle'`, isn't it possible to simply omit the entire 
`repositories { jcenter() }` block from '../CordovaLib/cordova.gradle'?
   Won't it simply fall back to using the repository settings from the parent 
(which _is_ processed in the traditional manner)?


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

Reply via email to