kelemen / netbeans-gradle-project

This project is a NetBeans plugin able to open Gradle based Java projects. The implementation is based on Geertjan Wielenga's plugin.
172 stars 57 forks source link

Upgrade Tooling API Version to 3.0+ #373

Closed galbiston closed 6 years ago

galbiston commented 6 years ago

When building a Gradle project the warning "Support for clients using a tooling API version older than 3.0 was deprecated and will be removed in Gradle 5.0. You are currently using tooling API version 2.13. You should upgrade your tooling API client to version 3.0 or later." is issued.

Warning occurs with Netbeans 8.2, Gradle 4.3 and NB Gradle Support plugin latest version.

Can the plugin be updated to the latest API client before it is removed from Gradle?

kelemen commented 6 years ago

It is updated on the nb9 branch but I didn't update it in the previous version because then my plugin would not be backward compatible. It might not be the case for Gradle 4.3 though. If so, I will update it for 8.1/8.2 as well before it becomes an issue.

galbiston commented 6 years ago

Ok, that's good to know. Thanks for the prompt response and the tool.