Re: Getting Error when push code changes to GitHub

2020-12-26 Thread Yashwant Dhakad
Thanks, Girish, Now I am able to push code changes. Kind Regards, Yashwant Dhakad Sr. Technical Consultant *HotWax Systems* *Enterprise open source experts* cell: +91-9098240513 office: 0731-409-3684 http://www.hotwaxsystems.com On Sat, Dec 26, 2020 at 4:30 PM Girish Vasmatkar < girish.vasmat..

Re: Getting Error when push code changes to GitHub

2020-12-26 Thread Girish Vasmatkar
Hello Yashwant pre-commit hook is getting kicked in which runs checkstyleMain gradle task to check code compliance with the rules defined in checkstyle configuration. The error count is 327, which is probably more than the threshold defined in the build.gradle. tasks.checkstyleMain.maxErrors prop

Getting Error when push code changes to GitHub

2020-12-26 Thread Yashwant Dhakad
Hello All, I am getting an error while pushing changes to the GitHub repository for the trunk. Do you have any idea what I am doing wrong? I run this command "git push origin OFBIZ-10577" and Here is the error message: > Task :compileJava UP-TO-DATE > Task :compileGroovy UP-TO-DATE > Task :process