eclipse-buildship / buildship

The Eclipse Plug-ins for Gradle project.
535 stars 171 forks source link

Add missing problemApiSupportEnabled argument in unit tests #1310

Closed oleosterhagen closed 4 months ago

oleosterhagen commented 4 months ago

In order for the tests to run again successfully, an argument for the new constructor parameter problemApiSupportEnabled must be added.

The constructor has been changed as part of #1296 (diff).

donat commented 4 months ago

Thanks for the contribution! I accidentally fixed this in #1306.