Skip to content

Commit 913b5cb

Browse files
authored
Update README.md
[skip ci] Signed-off-by: Ashley <73482956+ascopes@users.noreply.github.com>
1 parent b8da532 commit 913b5cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,9 @@ support, running the Lombok annotation processor over the input. This assumes th
229229
JAR is already on the classpath for the JUnit test runner (e.g. is a test dependency in your
230230
project).
231231

232-
You will want to make sure you do not attempt to target anything older than Java 9 in this case, since
233-
module support was only introduced in Java 9.
232+
> [!IMPORTANT]
233+
> You will want to make sure you do not attempt to target anything older than Java 9 in this case, since
234+
> module support was only introduced in Java 9.
234235
235236
```java
236237

0 commit comments

Comments
 (0)