Hi Arun, I have just run ./gradlew build on the latest trunk code and did not encounter the Groovy compilation error.
Kind Regards, Chandan Khandelwal Senior Manager, Enterprise Software Development *HotWax Systems* *Enterprise open source experts* cell: +91-98934-81076 office: 0731-409-3684 http://www.hotwaxsystems.com On Fri, May 22, 2026 at 5:59 PM Arun Patidar <[email protected]> wrote: > Hello Devs, > > I am encountering a compilation error when running ./gradlew build on > trunk. The error occurs in CheckoutShippingAddress.groovy at line 36: > > Unexpected input: 'shipGroupIndex =' @ line 36, column 21. > for (shipGroupIndex = 0; shipGroupIndex < cart.getShipGroupSize(); > shipGroupIndex++) { > > It appears this is caused by the strict parser in Groovy 5.0.5, which > requires variables in classic for-loops to be explicitly declared (e.g., > using int or def) rather than implicitly bound. > > Could you please confirm if anyone else is experiencing this issue? > > > Thanks & Regards, > > Arun Patidar >
