Add warning to discourage disabling shadow renaming (#12594)
This commit is contained in:
parent
b8c20a3303
commit
29da88e7cf
|
@ -64,6 +64,10 @@ builds by adding the following to `~/.gradle/gradle.properties` before building.
|
||||||
disableShadowRelocate=true
|
disableShadowRelocate=true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
WARNING: disabling shadow renaming will make some of the tests fail. In some cases it can also make
|
||||||
|
tests pass when they really should be failing. Use with caution and be prepared for unexpected
|
||||||
|
behavior.
|
||||||
|
|
||||||
## Missing GraalVM hints
|
## Missing GraalVM hints
|
||||||
|
|
||||||
Enable the GraalVM tracing agent:
|
Enable the GraalVM tracing agent:
|
||||||
|
|
Loading…
Reference in New Issue