gradle / build-tool-roadmap

Gradle Build Tool roadmap
https://roadmap.gradle.org/
41 stars 6 forks source link

New problem reporting API for IDEs #78

Closed ljacomet closed 9 months ago

ljacomet commented 10 months ago

The Problems API adds generic functionality to report problems from Gradle core and from third-party plugins. The reported problems will be reported via the Tooling API. IDEs and other Tooling API clients will receive Tooling API progress events about reported problems in Gradle 8.6.

Relates to: