brodybits commented on a change in pull request #1170:
URL: https://github.com/apache/cordova-android/pull/1170#discussion_r589807255



##########
File path: bin/templates/project/build.gradle
##########
@@ -22,7 +22,8 @@ buildscript {
     ext.kotlin_version = '1.3.50'
     repositories {
         google()
-        jcenter()
+        // org.jetbrains.trove4j:trove4j:20160824.
+        maven { url 'https://repo.appspace.com/list/plugins-release/' }

Review comment:
       Can you explain this a little?
   
   From a quick search it looks to me like trove4j is under LGPL, which we 
would rather avoid supporting in the core.
   
   I think it would be ideal if this could be specified from a plugin rather 
than from cordova-android itself.




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