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:
parent
fef1407fd2
commit
370ea01149
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue