eclipse / buildship

The Eclipse Plug-ins for Gradle project.
528 stars 167 forks source link

Add missing problemApiSupportEnabled argument in unit tests #1310

Closed oleosterhagen closed 3 weeks ago

oleosterhagen commented 1 month 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 3 weeks ago

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