Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error:Support for clients using a tooling API version older than 3.0 was removed in Gradle 5.0

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?

like image 923
freelancer86 Avatar asked Mar 10 '19 13:03

freelancer86


People also ask

How do I upgrade my tooling API client to 3.0 or later?

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.

What is gradle tooling API?

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.


1 Answers

I think you just need to upgrade your Intellij Idea. I meet the same error, and I upgrade my version to 2019. It works.

like image 124
Leping Huang Avatar answered Oct 24 '22 15:10

Leping Huang