Monica-CodingWorld commented on code in PR #5248: URL: https://github.com/apache/fineract/pull/5248#discussion_r2631557141
########## CONTRIBUTING.md: ########## @@ -111,6 +120,29 @@ You can also use Eclipse JUnit support to run tests in Eclipse (Run As->JUnit Te Finally, modifying source code in Eclipse automatically triggers hot code replace to a running instance, allowing you to immediately test your changes +## How to run and debug in IntelliJ IDEA + +IntelliJ IDEA provides strong Gradle integration and is recommended for most new contributors. + +### Prerequisites +- IntelliJ IDEA (Community Edition is sufficient) +- Java 17 (as required by Fineract) Review Comment: Thanks for pointing this out. You’re absolutely right — Fineract is now on Java 21. I’ll update the prerequisites section accordingly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
