Skip to content

Commit 29da88e

Browse files
authored
Add warning to discourage disabling shadow renaming (#12594)
1 parent b8c20a3 commit 29da88e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/contributing/debugging.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ builds by adding the following to `~/.gradle/gradle.properties` before building.
6464
disableShadowRelocate=true
6565
```
6666

67+
WARNING: disabling shadow renaming will make some of the tests fail. In some cases it can also make
68+
tests pass when they really should be failing. Use with caution and be prepared for unexpected
69+
behavior.
70+
6771
## Missing GraalVM hints
6872

6973
Enable the GraalVM tracing agent:

0 commit comments

Comments
 (0)