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
The GE plugin version 3.7 introduced the BuildScanExtension.getCapture() method to replace the deprecated captureTaskInputFiles property.
The adapters library assumes that getCapture() is present, and so fails with NoSuchMethodError when attempting to load a BuildScanExtension from plugins prior to 3.7.
The text was updated successfully, but these errors were encountered:
The GE plugin version
3.7
introduced the BuildScanExtension.getCapture() method to replace the deprecatedcaptureTaskInputFiles
property.The adapters library assumes that
getCapture()
is present, and so fails withNoSuchMethodError
when attempting to load aBuildScanExtension
from plugins prior to 3.7.The text was updated successfully, but these errors were encountered: