Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
testing
  • Loading branch information
phanikumarp authored Jan 17, 2025
1 parent 11b2455 commit 53ce55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To configure this repo as an Intellij project, run `./gradlew idea` in the root

Some of the modules make use of [Lombok](https://projectlombok.org/), which will compile correctly on its own. However, for Intellij to make sense of the Lombok annotations, you'll need to install the [Lombok plugin](https://plugins.jetbrains.com/plugin/6317-lombok-plugin) as well as [check 'enable' under annotation processing](https://www.jetbrains.com/help/idea/configuring-annotation-processing.html#3).

### Debugging
#### Debugging

To start the JVM in debug mode, set the Java system property `DEBUG=true`:
```
Expand Down

0 comments on commit 53ce55a

Please sign in to comment.