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
Since 2.2.0, when includePackagePrivateClasses option is enabled, package private assertions classes are referenced in the entry points assertions classes, like BddAssertions...
Which can cause compilation errors when these entry points classes are not generated in the same package.
As workarounds, the following plugin configurations can be applied :
entryPointClassPackage configuration could match the package which contains assertions for package private classes
entry points assertions classes generation should be disabled
Ideally, package private classes should not be referenced in entry points classes
The text was updated successfully, but these errors were encountered:
remibantos
changed the title
Exclude package private classes references from entry points assertions
Exclude package private classe references from entry points assertions (>= 2.2.0)
Mar 10, 2019
remibantos
changed the title
Exclude package private classe references from entry points assertions (>= 2.2.0)
Exclude package private classe references from entry points assertions
Mar 10, 2019
Since 2.2.0, when includePackagePrivateClasses option is enabled, package private assertions classes are referenced in the entry points assertions classes, like BddAssertions...
Which can cause compilation errors when these entry points classes are not generated in the same package.
As workarounds, the following plugin configurations can be applied :
Ideally, package private classes should not be referenced in entry points classes
The text was updated successfully, but these errors were encountered: