missing library after updating to angular 13 #9859
Replies: 3 comments
-
This is due to the update to https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ The plugin would need to be updated - but in the meantime you can try adding: allprojects {
repositories {
jcenter()
}
} to your |
Beta Was this translation helpful? Give feedback.
-
@rigor789 Thanks for your reply, but this didn't solve the issue. I excluded the library as follows:
|
Beta Was this translation helpful? Give feedback.
-
To add more context to this in case it helps someone else, for me the dependency was coming from |
Beta Was this translation helpful? Give feedback.
-
After upgrading to angular 13 I got the following problem which leads to build fail:
Does anyone has the same problem? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions