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 (<avikbanerje...@gmail.com>) escribió: > 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 > after I made some small changes to the project none of the build files > completed successfully and the bootRun stopped working. I had run the > licenseFormat gradle to update the headers of all files but all the > dependency annotation processors re not being updated correctly. Is there. > I was wondering if there was a doc on all the steps required to re-run the > application after making changes. Thanks in advance. > > Best, > Avik >