google / secrets-gradle-plugin

A Gradle plugin for providing your secrets to your Android project.
Apache License 2.0
1.16k stars 105 forks source link

feat: Remove dependency on jcenter. #12

Closed arriolac closed 3 years ago

arriolac commented 3 years ago

Remove jcenter repo. Currently still fails due to:

A problem occurred configuring root project 'secrets-plugin'.
> Could not resolve all artifacts for configuration ':classpath'.
   > 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
       - https://repo.maven.apache.org/maven2/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.pom
     Required by:
         project : > com.android.tools.build:gradle:4.1.1 > com.android.tools.build:builder:4.1.1 > com.android.tools:sdk-common:27.1.1

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
AlanChiou commented 3 years ago

@arriolac You can rerun checks, because Jetbrains has published this library to MavenCentral. https://youtrack.jetbrains.com/issue/IDEA-261387 https://mvnrepository.com/artifact/org.jetbrains.trove4j/trove4j/20160824

arriolac commented 3 years ago

Thanks!

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: