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
As we do not yet support forking in the Maven/Gradle task and using Toolkits, it is not always possible to run checks against class files of a later version than the current Gradle/Maven runtime.
The code should in addition to #207 do the following:
print a warning that scanning class files of later version than current runtime may not find all issues
disable unknown signatures silently
The text was updated successfully, but these errors were encountered:
As we do not yet support forking in the Maven/Gradle task and using Toolkits, it is not always possible to run checks against class files of a later version than the current Gradle/Maven runtime.
The code should in addition to #207 do the following:
The text was updated successfully, but these errors were encountered: