We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 907ce50 commit 2aa67d9Copy full SHA for 2aa67d9
docs/contributing/debugging.md
@@ -64,6 +64,10 @@ builds by adding the following to `~/.gradle/gradle.properties` before building.
64
disableShadowRelocate=true
65
```
66
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
+
71
## Missing GraalVM hints
72
73
Enable the GraalVM tracing agent:
0 commit comments