Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug on test file does not work with Gradle 7 #435

Open
alebo611 opened this issue Mar 12, 2020 · 2 comments
Open

Debug on test file does not work with Gradle 7 #435

alebo611 opened this issue Mar 12, 2020 · 2 comments

Comments

@alebo611
Copy link

The plugin sends the flag -Dtest.debug, but in gradle 7 it has changed to only "debug".

@kelemen
Copy link
Owner

kelemen commented Mar 14, 2020

Thanks, this option tough is practically legacy. I recommend switching to "Debugger listens for connections" option under "Debugging - Java", and there it is not used.

@kelemen
Copy link
Owner

kelemen commented Mar 14, 2020

Also, I think you are not using this plugin (because actually now this plugin is not passing -Dtest.debug but "--debug-jvm"), because since NB 10, there is a completely different Gradle plugin, so please report it agains NB directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants