Skip to content

Refactor: Replace deprecated jcenter() repository with mavenCentral() - #137

Open
mertcano wants to merge 1 commit into
robinhood:masterfrom
mertcano:mertcano-patch-2
Open

Refactor: Replace deprecated jcenter() repository with mavenCentral()#137
mertcano wants to merge 1 commit into
robinhood:masterfrom
mertcano:mertcano-patch-2

Conversation

@mertcano

Copy link
Copy Markdown

Why
The jcenter() artifact repository has been deprecated and sunset, causing potential build failures, reliability issues, and supply chain risks for dependency resolution.

How
Replaced jcenter() with mavenCentral() in the buildscript and allprojects repository configuration blocks.

Security/Robustness changes
Ensures long-term stability and secure resolution of Android and Gradle dependencies by migrating to the fully supported Maven Central repository.

Testing
Note: Android Gradle wrapper checks were attempted, but require a machine with a compatible JDK and JAVA_HOME configured. Validation should be rerun on an appropriate build environment.

Why
The jcenter() artifact repository has been deprecated and sunset, causing potential build failures, reliability issues, and supply chain risks for dependency resolution.

How
Replaced jcenter() with mavenCentral() in the buildscript and allprojects repository configuration blocks.  

Security/Robustness changes
Ensures long-term stability and secure resolution of Android and Gradle dependencies by migrating to the fully supported Maven Central repository.

Testing
Note: Android Gradle wrapper checks were attempted, but require a machine with a compatible JDK and JAVA_HOME configured. Validation should be rerun on an appropriate build environment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant