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



##########
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:
       Yeah.. Actually, trove4j is used from com.android.tools.build.
   ```
   > Could not find org.jetbrains.trove4j:trove4j:20160824.
        Searched in the following locations:
          - 
https://dl.google.com/dl/android/maven2/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.pom
        If the artifact you are trying to retrieve can be found in the 
repository but without metadata in 'Maven POM' format, you need to adjust the 
'metadataSources { ... }' of the repository declaration.
        Required by:
            project : > com.android.tools.build:gradle:4.0.1 > 
com.android.tools.build:builder:4.0.1 > com.android.tools:sdk-common:27.0.1
      
   ```
   
   
https://android.googlesource.com/platform/tools/base/+/refs/heads/mirror-goog-studio-master-dev/sdk-common/build.gradle#34
   
   And, it looks like trove4j has not been migrated to mavenCentral or other 
popular repository yet.
   
   https://youtrack.jetbrains.com/issue/IDEA-261387
   
   So, please let me know if we should wait until Jetbrain resolves it or if 
there is any concern to use the appspace maven repo.




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