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.
173 stars 57 forks source link

Dtest.debug deprecated #411

Closed EmteeW closed 5 years ago

EmteeW commented 5 years ago

Gradle 5.0+ has deprecated this feature. Use --debug-jvm instead.

see: https://github.com/gradle/gradle/issues/8156

EmteeW commented 5 years ago

(Gradle Support plugin 1.4.4 for Netbeans 8.2)

EmteeW commented 5 years ago

https://docs.gradle.org/5.0/userguide/upgrading_version_4.html#potential_breaking_changes

kelemen commented 5 years ago

I have removed my previous comments to avoid more confusion.

The recommended debug mode is: "Debugger listens for connections". This issue won't happen in this mode.

That said, I have fixed this issue in the nb81 and master branches.