You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/03/08 22:50:01 UTC

[GitHub] [cordova-android] brodybits commented on a change in pull request #1170: remove jcenter from gradles

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org