android-gradle-aspectj
android-gradle-aspectj copied to clipboard
Migration from JCenter
Since JCenter annouced that it will close February 1st 2022, I deleted all jcenter references from my project and now I cannot compile because this error is occurring:
A problem occurred configuring root project ''.
> Could not resolve all artifacts for configuration ':classpath'.
> Could not find com.archinamon:android-gradle-aspectj:4.3.0.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/com/archinamon/android-gradle-aspectj/4.3.0/android-gradle-aspectj-4.3.0.pom
- https://dl.google.com/dl/android/maven2/com/archinamon/android-gradle-aspectj/4.3.0/android-gradle-aspectj-4.3.0.pom
Required by:
Do you have any plan to migrate to mavenCentral or any other platforms?
The same here
UPDATE 4/27/2021: We listened to the community and will keep JCenter as a read-only repository indefinitely. Our customers and the community can continue to rely on JCenter as a reliable mirror for Java packages.
jcenter()
works for me these days, even though AS warns that it is deprecated.