I am using Intellij Idea with Gradle 5.1.1.I want to refresh a Gradle project but when I refresh the project I receive an error:
Error:Support for clients using a tooling API version older than 3.0 was removed in Gradle 5.0. You are currently using tooling API version 2.9. You should upgrade your tooling API client to version 3.0 or later.
What should I do?
You can't update the tooling API for your project. The tooling API is what the Netbeans plugin uses to integrate with your Gradle build. You can only use the version that the plugin was built against.
Gradle provides a programmatic API called the Tooling API, which you can use for embedding Gradle into your own software. This API allows you to execute and monitor builds and to query Gradle about the details of a build.
I think you just need to upgrade your Intellij Idea. I meet the same error, and I upgrade my version to 2019. It works.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With