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
An idea came up to look up the latest JavaCV version on Maven Central and use that as javaCVVersion. This is possible, but should be a bit better thought out to help with the following assumptions:
it assumes the ability to connect to Maven Central for the query
should probably have a fallback to a default version if querying fails
assumes that the user is ok with arbitrarily using the latest version, which can cause major compilation or runtime issues
The text was updated successfully, but these errors were encountered:
An idea came up to look up the latest JavaCV version on Maven Central and use that as
javaCVVersion
. This is possible, but should be a bit better thought out to help with the following assumptions:The text was updated successfully, but these errors were encountered: