We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d0439 commit c59660eCopy full SHA for c59660e
docs/versions/release-notes/v6-3.md
@@ -596,7 +596,7 @@ which is driven by the `COMPILER` environment variable in our Docker images.
596
597
:::
598
599
-Compiler options can be adjusted using the `JAVA_COMPILER_OPTIONS` system parameter (default: `-g`).
+Compiler options can be adjusted using the `JAVA_COMPILER_OPTIONS` system parameter (default: `-g -warn:deprecation,unused,-unusedImport`).
600
For example, this allows **temporarily** ignoring some types of warnings in custom code such as:
601
602
- `-unusedParam` for ignoring unused method parameters
0 commit comments