You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have a project that references a BOM that contains SNAPSHOT versions listed in it, Gradle never seems to check for newer versions of the library.
In our setup, we have a BOM which itself is a SNAPSHOT version and when running gradle with --refresh-dependencies and --info, I can see that gradle checks to see if a new version of the BOM is available but it never does the same with any libraries listed in the BOM.
The text was updated successfully, but these errors were encountered:
If you have a project that references a BOM that contains SNAPSHOT versions listed in it, Gradle never seems to check for newer versions of the library.
In our setup, we have a BOM which itself is a SNAPSHOT version and when running gradle with --refresh-dependencies and --info, I can see that gradle checks to see if a new version of the BOM is available but it never does the same with any libraries listed in the BOM.
The text was updated successfully, but these errors were encountered: