Add warning to discourage disabling shadow renaming (#12594)

This commit is contained in:
Lauri Tulmin 2024-11-08 16:48:08 +02:00 committed by GitHub
parent b8c20a3303
commit 29da88e7cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,10 @@ builds by adding the following to `~/.gradle/gradle.properties` before building.
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
Enable the GraalVM tracing agent: