gradle run --debug-jvm is explained twice

We are already explaining how to debug remotely in `Debugging from an IDE` section.
We can remove one.
This commit is contained in:
David Pilato 2017-01-13 14:42:27 +01:00
parent fef1407fd2
commit 370ea01149
1 changed files with 0 additions and 6 deletions

View File

@ -25,12 +25,6 @@ run it using Gradle:
gradle run gradle run
------------------------------------- -------------------------------------
or to attach a remote debugger, run it as:
-------------------------------------
gradle run --debug-jvm
-------------------------------------
=== Test case filtering. === Test case filtering.
- `tests.class` is a class-filtering shell-like glob pattern, - `tests.class` is a class-filtering shell-like glob pattern,