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



##########
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:
       Aargh. So it looks like this is needed by the Android SDK, nothing to do 
with Cordova. I would favor making the comment more descriptive, like this for 
example:
   
       // This Maven URL is needed to find trove4a artifact for Android SDK ref:
       // https://youtrack.jetbrains.com/issue/IDEA-261387
   
   Or we could just wait for them to resolve the issue. It looks like JCenter 
will not be gone until February 2022 (next year):
   
   
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/




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