Buildship 3.1.10 is now available

We are happy to announce that Buildship 3.1.10 has just been released. The highlight of this release is the experimental Problems API integration. Besides, the release contains several fixes and enhancements. The complete change list is available here.

Problems API integration

Gradle recently introduced a new approach to create, configure, and report problems in a centralized way. There are several components adopting this feature including deprecation warnings, dependency resolution, configuration cache, and more. The problem details are exposed to IDEs and other clients with structured details. You can read more about the feature here.

The integration can be enabled in the preferences.

Once enabled, problems from the last Gradle build invocation will show up in Eclipse’s own Problems’s view with the Gradle Problem type.

Installation

Buildship 3.1.10 can be installed from the Eclipse Marketplace or by using the usual update sites.

1 Like