francisguchie commented on pull request #1151: URL: https://github.com/apache/fineract/pull/1151#issuecomment-653920434
@xurror i did this locally in two different ways 1- I did this at the PR Branch - ./gradew spotlessApply i did this after making the Develop branch uptodate by git pull --rebase upstream develop (while at the develop branch) - after my changes i applied the spotless and tested with a build all with a success and then i raised the PR 2- I was on the develop branch and i ran git pull --rebase upstream develop then i ran ./gradew spotlessApply and checked the spotless and also ran a build it was all fine then i created a branch from this spotlessApplied develop made changes and went ahead to ./gradew spotlessApply in this new edited branch went ahead to check and also run a build it was all fine @awasum how do i know which gradle wrapper is for windows or linux when i am using gitbash on my desktop ? Please help ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
