Re: Issues with Running Fineract backend after making project changes

2024-05-07 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Check this resources: https://fineract-academy.com/how-to-build-fineract-with-intellij-idea.html Please when you ask for a solution, provide enough information (context) . Best regards Victor El mar, 7 may 2024 a las 12:37, Avik Banerjee () escribió: > Apologies sent the email incorrectly. Pl

Re: Issues with Running Fineract backend after making project changes

2024-05-07 Thread Avik Banerjee
Hi, After investigating further. This seems to be an issue with IntelliJ when I try to import the project as a grade project and all subfolders get modularized. Build folders just do not get created and all commands fail. I have found a workaround to import the project without setting any of th

Re: Issues with Running Fineract backend after making project changes

2024-05-07 Thread Avik Banerjee
Apologies sent the email incorrectly. Please see the below. Would appreciate any help you can provide. On Mon, May 6, 2024 at 6:13 PM Avik Banerjee wrote: > Hi, > > After investigating further. This seems to be an issue with IntelliJ when > I try to import the project as a grade project and all

Re: Issues with Running Fineract backend after making project changes

2024-05-06 Thread VICTOR MANUEL ROMERO RODRIGUEZ
Hi Avik, Try to run it in this way: ./gradlew --no-build-cache --no-daemon -q -x rat -x compileTestJava -x test -x spotlessJavaCheck -x spotlessJava bootJar Regards El lun, 6 may 2024 a las 7:35, Avik Banerjee () escribió: > Hi, > > I am locally running the apache fineract instance on my mac

Issues with Running Fineract backend after making project changes

2024-05-06 Thread Avik Banerjee
Hi, I am locally running the apache fineract instance on my machine. I am new to gradle and am still learning as I am going however, I've been running into some issues after making changes within the project. I had run the backend, frontend, and db fine when I had just pulled the project, however