There was an error while loading. Please reload this page.
1 parent 83846a5 commit f90bfe8Copy full SHA for f90bfe8
1 file changed
README.md
@@ -275,13 +275,11 @@ lombok.addLombokGeneratedAnnotation = true
275
```
276
277
By default, Lombok suppresses all warnings in the code it generates. If you
278
-want to typecheck the code that Lombok generates, use the `suppressLombokWarnings`
279
-configuration key:
+want to typecheck the code that Lombok generates, set the `addSuppressWarnings`
+to false:
280
281
-```gradle
282
-checkerFramework {
283
- suppressLombokWarnings = false
284
-}
+```config
+lombok.addSuppressWarnings = false
285
286
287
Note that doing so will cause *all* tools (including Javac itself) to begin issuing
0 commit comments