We are actually already using 8.14.4 after I upgraded the minor versions of all the dependencies. I didn't backport it although gradle-wrapper.properties shows 8.14.3 because init-gradle-wrapper.sh downloads that file as it is from the v8.14.4 branch: https://github.com/gradle/gradle/blob/v8.14.4/gradle/wrapper/gradle-wrapper.properties
As regards the init-gradle-wrapper* scripts, I am going to submit and merge a PR that completely refactors init-gradle-wrapper.sh and removes gradle-wrapper.jar, as it should always be. I will merge it as soon as I complete my tests. Jacopo On Fri, Apr 3, 2026 at 10:07 AM Jacques Le Roux via dev < [email protected]> wrote: > Hi Jacopo, > > I noticed that 8.14.4 is recommended by Gradle: > https://docs.gradle.org/8.14.4/release-notes.html > > You got backward from 8.14.4 to 18.14.3. Did you cross an issue? > > Also if there is currently an issue, should we not also change in > init-gradle-wrapper* scripts? > > TIA > > Jacques > >
