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
Currently, archive versions are never inferred from the classpaths:
I believe the problem is that JapicmpTask's properties oldClasspath and newClasspath are implicitly initialized as new DefaultConfigurableFileCollection objects.
Even if source paths are added to the classpaths via from(configuration), these properties never become an instance of Configuration and therefore, they are processed as simple FileCollection objects (ie. no version number is inferred).
Currently, archive versions are never inferred from the classpaths:
I believe the problem is that JapicmpTask's properties oldClasspath and newClasspath are implicitly initialized as new
DefaultConfigurableFileCollection
objects.Even if source paths are added to the classpaths via
from(configuration)
, these properties never become an instance ofConfiguration
and therefore, they are processed as simpleFileCollection
objects (ie. no version number is inferred).The text was updated successfully, but these errors were encountered: